@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

body{
background:black;
color:white;
font-family: 'Quicksand', sans-serif;
position:relative;
}
#logo{
position: absolute;
    top: 0;
    margin-top: -70px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(/logo.png);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center;
}
#footer{
height:65px;
width:100%;
position:fixed;
bottom:50px;
left:0px;
text-align:center;
margin-top:-50px;
font-size:20px;
}
.bold{
font-weight:bold;
}