body, html {
    background-color: #000;
    margin:0;
    padding:0;
    outline:none;
}
* {
    color:#fff;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin:0
}
h1 {
    font-weight: 700!important;
}
h2, h3 {
    font-weight: 600!important;
}

#header {
    width:100%;
    position:relative;
    top:0;
    left:0;
    background-color: #000000;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border-bottom: #fff solid 1px; */
}

#content {
    display:flex;align-items: center;justify-content: center;
    z-index: 3
}
#contentw {
    width:100%;max-width: 800px;
}
@media (min-width: calc(800px)) {
    #contentw {
        margin-top:1rem;
    }
}

#contentcenter {
    width:100%;
    height:100%;
    position: absolute;
    left:0;top:0;
    align-items: center;
    justify-content: center;
    display:flex;
    flex-direction: column;
}

.release {
    background-color: #fff;
    width:700px;
    max-width:70%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#douwanna {
    background-image: url("img/douwanna.jpg");
}
a {
    text-decoration: none;
}