* {

}

body {
    background-color: #333333;
    background-image: url("/aibouquetbackgroundcropped.png");
    background-position-y: center;
    background-size: cover;
    color: #DDDDDD;
    text-align: center;
}

h1 {

}

div {

}

.top {

}

.bottom {
    background-color: rgba(50, 50, 50, 0.6);
    border: 2px solid #DDDDDD;
    border-radius: 10px;
    width: fit-content;
    padding: 10px;
    margin: 5px;
    backdrop-filter: blur(2px);
}

.bottomtext {
    width: fit-content;
    padding: 5px;
    margin: 5px;
}