body{
    background-color: grey;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding: 20px;
    min-height: 100vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.card{
    background-color: #ffffff;
    border:1px solid #e5e7eb;
    padding: 16px;
    width: 90%;
    max-width: 320px;
    border-radius: 8px ;
    box-shadow: 0 6px 18px rgba(16,24,40,0.6);
    margin-bottom: 20px;
}
.paragrap{
    color:blue;
    .Blospo{
        background-color: cadetblue;
    }
}
.links{
    background-color:white ;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(16,24,40,0.6);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    width: 90%;
    max-width: 320px;
}
.links img:hover{
    transform: scale(1.1);
}      
@media (max-width: 350px){
    .links img {
        width: 35px;
    }
}
.gif{
    margin: 0%;
}
li{
    margin: 30px;
    display: flex;
    justify-content: flex-end;
    }
    h1{
        color:cadetblue;
        text-decoration-line:underline;
        font-family: 'Courier New', Courier, monospace;
    }
    .hover :hover{
        padding: 2px;
        margin:5%;
        background-color: cadetblue;
        color:rgb(143, 240, 243);
        transition: 1.5s;
        display: flex;
        justify-content:center;
        border-radius: 7px;
    }
    span{
        padding: 2px;
        margin:5%;
        display: flex;
        justify-content:center;
        border-radius: 7px;
    }
    a{
        color:black;
        background-color: white;
    }
    .Blospo{
        background-color: cadetblue;
    }