body {
    background-color: blanchedalmond;
}

h1 {
    font-size: 3.8vw;
    text-align: center;
    color: purple;
}

.container {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.link_header {
    display: flex;
    justify-content: space-evenly;
    margin:auto;
    font-size: 1.7vw;
}

.under_construction {
    text-align: center;
    justify-content: center;
    margin-top: auto;
}
.notice {
    display: flex;
    justify-content: center;
    font-size: 1.7vw;
}
.defs {

}
