body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(64, 64, 64, 0.722);
    color: #D5DFE5;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

