html, body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: 'Calibri';
}

html{
    overflow-y: auto;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

#content{
    margin-top: 180px;
    width: 88%;
    height: auto;

    box-sizing: border-box;

    padding-top: 5px;

    background-color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    z-index: 1;
}