body   {
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
}

.identifier {
    color: black;
    margin: auto;
    font-size: 5em;
    text-align: center;
}

#videobg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.letter,
.contactinfo {
    margin: 10%;
    margin-top: 2%;
    background-color: rgba(255, 255, 255, 0.842);
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
}

.contactinfo    {
    margin-top: 0;
}
.letter .words   {
    color: black;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 1.5em;
} 

.tab    {
    margin-left: 35px;
}

.outro  {
    text-align: right;
}

#miname {
    margin-top: 0px;
}

.image,
.backbutt   {
    display: block;
    margin-left: auto;
    margin-right: auto;
} 


.image  {
    width: 10%;
} 

.backbutt   {
    padding: 10px;
    background-color: white;
    color: black;
}

.backbutt:hover{
    background-color: black;
    color: white;
}


.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;
}


.contactheader  {
    font-size: 2.03em;
    text-align: center;
    font-weight: bold;
}

.contactcaption {
    text-align: center;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .letter .words  {
        font-size: 19px;
    }

    .tab    {
    margin-left: 35px;
    }

    .letter {
        margin: 5%;
        margin-top: 10%;
    }

    .item img {
        width: 30px;
        height: 30px;
    }

    .item p {
        font-size: 0.63em;
    }
}