/* 
	
	Adjustments from 2021
	
*/
 	
	p a {
		text-decoration: underline;
	}
	
    .buttons {
		display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	
	.buttons button {
		width: 200px;
		height: 200px;
		margin: 10px;
	}
	
	@media (max-width:991px){
	    
	    .buttons {
	        flex-wrap: wrap;
	    }
	    
	    .buttons button {
			width: 150px;
			height: 150px;
		}
	    
	    iframe {
		    max-width: 100%;
	    }
	    
	}
	
	
