@charset "UTF-8";


.header_logo{
text-align: center;
}
.header_logo img{
width: 300px;
}

html{
font-size: 14px;
color: rgb(41, 41, 41);
}

body{
text-align: center;
background-color: rgb(249, 249, 249);
}

h1{
margin-bottom: 1em;
}

h2{
    font-size: 1.2em;
margin-top: 2em;
}

.copyright{
margin-top: 5em;
background-color: rgb(61, 61, 61);
color: white;
padding-top: 1.5em;
padding-bottom: 1.5em;
}