@charset "utf-8";
/* CSS Document */

body{
background-color: rgb(105, 122, 149);
    margin:auto;
}


img{
max-height: 100%;
max-width: 100%;
margin: 3rem auto;
position: relative;
display:block;	
}

a{
display: block;
margin:0rem auto;
width:300px;
height:auto;
position: relative;
text-decoration-color: none; text-decoration: none; color:rgb(100,100,100);; text-align: center; font-style:regular; font-size:15px;
max-height: 100%;
max-width: 100%;
}