
*{font-family: 'Montserrat', sans-serif;}

body {
    margin: 0;
    background-color: #1a1a1a;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}


.content{
    display: flex;
    padding: 10px;
    margin: 0 auto;
    max-width: 600px;
}

.vidlist {
    color: grey;
    list-style: none;
    padding: 0;
    margin-right: 10px;
}

.vidlist li {
    display: flex;
    align-items: center;
    font-size: 18px;
}

a{
    color: inherit;
    text-decoration: none;
}
