body {
    background-image: url("imagesIce/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.main-page {
    padding-bottom: 50%;
    margin-bottom: 100%;
}

.fixed {
    position: fixed;
    top: 20px; 
    left: 20px; 
    z-index: 1;
}

.image-link img {
    width: 130px; 
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-link img:hover {
    transform: scale(1.1); 
}

#top-disclaimer {
    margin-left: 20vh;
    font-size: 14px;
    background-color: rgba(233, 57, 92, 0.894);
    display: flex;  
    border: 3px solid #000000; 
    border-radius: 3px; 
}

.container {
    backdrop-filter: blur(10px);
    border: 2px solid rgb(144, 95, 212);
    background: #a342d35b;
    border-radius: 3px;
    margin: 5%;

    padding: 20px;
}

.container h1 {
    margin-bottom: -20px;
}

#intro {
    text-align: center;
}
