body{
    display: flex;
    align-items: center;
    background: #000;
}
p,h1,h2,h3,h4,h5,h6,a{
    font-family: 'Times New Roman', monospace;
}
#header-cont{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
#title-cont{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#list {
    display: flex;
    flex-direction: column;
    left: 15%;
    position: absolute;
}

#list a {
    color: #fff;
    font-size: 25px;
}

#list p {
    color: #fab300;
    font-size: 25px;
}
#list a:hover {
    text-decoration: none;
}
#title-cont img{
    z-index: 0;
    position: absolute;
    max-width: 100%;
    height: auto;
}
.footer-note {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 5;
    right: 5;
}

