@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/static/Montserrat-Light.ttf');
    font-weight: 100;
    font-style: normal;
}

.video {
    width: 320px;
    float: left;
    margin: 10px;
}

.video :hover {
    background: rgb(74,0,0);
}

.youtube {
    width: 800px;
    height: 230px;
    background: rgb(74,11,11);
    background: linear-gradient(5deg, rgba(74,11,11,0.9766281512605042) 0%, rgba(121,9,12,1) 57%, rgba(255,0,76,1) 93%);
    padding: 10px;
    font-size: 12pt;
    color: white;
    overflow: auto;
}

.youtube a {
    color: white;
}

.sentinels {
    height: 150px;
    float: right;
}

body {
    width: 800px;
    font-family: Montserrat;
    font-size: 16pt;
    line-height: 1.5;
    margin: auto;
    font-weight: 100;
    padding-top: 100px;
}

.headshot {
    width: 200px;
    float: right;
    margin: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 4px maroon;
}
