*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
body{
    width: 100%;
    height: 100vh;

    background-color: rgb(83, 81, 81);
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a{
    text-decoration: none;
    color: white;
    /*--transition: 0.2s ease-in-out;--*/
}