body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 55px;

    background-image: url(/neocities_ashentic/Assets/image_home/prismo-time-room.webp);
    background-repeat: no-repeat;
    background-size: 100%;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
#bg {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

#prismo {
    margin-top: 70px;
}
.container {

    width: 45vw;
    height: 40vw;
    background-color: rgba(255, 192, 203, 0.514);

    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}


ul li a {
    display: block;
    padding: 14px 16px;

    text-align: center;
    text-decoration: none;
    
    color: white;
}
li:hover, a:hover {
    background-color: rgb(218, 234, 248);
    color: black;
    font-weight: bold;
}
#microBlog:hover {
    color: rgb(136, 107, 175);
}