*{
    margin: 0;
    padding: 0;
}

header{
    position: absolute;
    display: block;
    padding-top: 2vh;
    padding-bottom: 2vh;
    width: 100vw;
    height: 20vh;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
}

header img{
    position: relative;
    height: 100%;
    width: auto;
    margin-left: 1vw;
}

body h1{
    background-image: linear-gradient(#929292, #525252, #000);
    color: #fff;
    line-height: 100vh;
    text-align: center;
    font-size: 5ch;
}

footer{
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 10vh;
    color: #fff;
    text-align: center;
    line-height: 10vh;
    font-size: 2.2  ch;
}
