body    {
    background-color: black;
    color: white;
    font-family:'Times New Roman', Times, serif;
 } 

#videobg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    filter: brightness(40%);
}

.bottom-right   {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    width: 40px; 
    height: 80px; 
    background-image: url("/images/conscience_neutral.png");
    background-size: 40px 80px;
}

.bottom-right:hover    {
    background-image: url("/images/conscience_happy.png");
}

.content {
    position: relative;
    z-index: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.contactinfo    {
    margin-top: 0;
    margin: 10%;
    margin-top: 2%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
}

.row    {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.item   {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50px;
}

.item img   {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 8px;
}

.item  p {
    font-size: 1em;
    margin: 0;
    color: black;
}

.words {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 1rem;
    border-radius: 10px;
}

#signature  {
    height: 200px;
    width: 200px;
}

.big    {
    font-size: 4.2em;
}

.normal {
    font-size: 1.5em;
}


.contactheader  {
    font-size: 2.03em;
    text-align: center;
    font-weight: bold;
}

.contactcaption {
    text-align: center;
    margin-top: 2px;
}

@media (max-width: 767px) {

    .item img {
        width: 30px;
        height: 30px;
    }

    .item p {
        font-size: 0.63em;
    }
}