*
{
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-family: "Gill Sans Ultra Bold", sans-serif;
}
body
{
    background: #121215;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
main
{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background: #272930;
    padding: 15px;
    height: auto;
}
.left-float
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    
}
.buttons
{
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    float: bottom;
}
.buttons button
{
    width: 90px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.back
{
    background: #ffffff;
}
.back a
{
    color: #272930;
}
.home
{
    background: #d0d9fb1f;
}
.home a
{
    color: #f7f7f8;
}
h1
{
    color: #f7f7f8;
}
p
{
    color: #f7f7f8;
}