*{
    box-sizing: border-box;
    overflow: hidden;
}
html{
    height: 100%;
    background-color: black;
}
body{
    background-color: rgb(29, 28, 28);
    /*border: 2px solid green;*/
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    

}

#under-construction{
    width: 300px;
    height: 300px;
    position: relative;
}
a{
    flex-grow: 0;
    align-self: flex-end;
    margin-top: auto;
    padding: 1em;
}

