body {
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
}


@keyframes FadeIn {
    from {opacity: 0;}
    to {opacity: 2;}

    from{margin-top:8%;}
    to{margin-top:19%;}
}

.pal {
    display: flexbox;
    animation-name: FadeIn;
    animation-duration: 2s;
    margin-top: 19%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3%;
    padding-top: 0.7%;
    padding-bottom: 7.6%;
    backdrop-filter: blur(15px);
    background: transparent;
    border-width: 4px;
    border-color: aquamarine;
    border-style: solid;

    
}

a{
    color:maroon    ;
    text-decoration: none;
    font-size: 23px;
    padding-left: 7.6%;
}