
/* Text Styles ================================================================== */

h1 { 
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h3, a {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h3 {
    color: #002c09;
    border-top: 1px solid rgb(201, 201, 201);
    border-bottom: 1px solid rgb(201, 201, 201);
    padding: 5px;
    font-size: 0.875rem;
}

.center {
    text-align: center;
}

/* Links Styles ================================================================== */
a:link,
a:visited {
    color: #002c09;
    text-decoration: none;
}

a {
    color: #002c09;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
}

a:hover {
    color: rgb(79, 126, 255);
    transform: translateY(-2px);
}

hr {
    border: 0.5px solid rgb(201, 201, 201);
}
/* Video and Images Styles ================================================================== */

.video-right {
    float: right;
    margin-right: 20px;
}
