*{
    margin: 0;
    padding: 0;
	margin-left: 20px;
	margin-top: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} 


@media (min-device-width: 767px){
    button{
        text-align: center;
        margin: 10px;
        background-color: #eeeeee;
        color: #123456;
        width: 200px;
        height: 35px;
		border: 1px solid #eeeeee;
		border-radius: 3px;
		cursor: default;
    }
	
	button:hover{
        text-align: center;
		transition: 0.2s;
        margin: 10px;
        background-color: #123456;
        color: #ffffff;
        width: 200px;
        height: 35px;
		border: 1px solid #000000;
		border-radius: 3px;
		cursor: pointer;
    }
	
	img{
		width: 80vw;
    }
}
	
.content{
	text-align: left;	
}