*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none !important;
    font-weight: bold;
}
a:active{
    color: aquamarine !important;
}

body{
    font-family: 'Playfair Display', serif !important;
    background-color: rgb(22, 22, 22) !important;
}

.top{
    display: flex;
    background-color: black;
    height: 8vh;
    font-size: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.top a {
    color: aquamarine !important;
    text-shadow: 0 4px 10px;
    transition: all .4s ;
}

.top a:hover{
    text-shadow: 0 0 0;
}

.mid{
    width: 100%;
    height: 92vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.342);
}

.mid img{
    margin: auto !important;
    width: 85vw;
    height: 44vw;
    transition: all .5s;
}

.mid h1{
    color:aquamarine;
}

.pcs{
    width: 100% !important;
    height: auto !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.342);
}

.bottom{
    text-align: center;
    background-color: rgb(0, 0, 0);
    height: auto;
    position: fixed;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: aquamarine;
    opacity: .8;
}

.presentatori{
    text-shadow: 0 4px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: black;
    align-items: center;
    color: aquamarine;
    border-radius: 40px;
    width: 30% !important;
}
.cimg{
    width: 70% !important;
    height: 70% !important;
    overflow: hidden !important;
}
.cimg img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.presentatori h3 {
    margin-top: 10px;
    background-color: rgb(20, 20, 20);
    border-radius: 20px;
    padding: 8px;
}

.presentatori h4{
    margin-bottom: 10px;
    background-color: rgb(20, 20, 20);
    border-radius: 20px;
    padding: 8px;
}

@media screen and (max-width: 440px) {
    h2{
        font-size: 10px !important;
    }
}

.nomeep{
    font-size: 50px;
    color: aquamarine;
    transition: all .5s;
}

.nomeep:hover{
    text-shadow: 0 4px 10px;
    color: aquamarine;
}