body{
	margin: 0;
	padding: 0;
    background-color: #FFFFFF;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.865vw;
    text-align: center;
    width: 100vw;
    height: 100vh;
}

a{
    color: #000000;
    text-decoration: none;
}

img{
	border: none;
	width: 35%;
}	