.footer{
    width: 100vw;
    background-color: #464444;
    color: white;
    height: 350px;
}
.copyright{
    height: 60px;
    width: 100vw;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    background: black;
    color: white;
}