* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

body {
    background-color: rgb(242, 142, 142);
}

[hidden] {
    display: none !important;
}

::selection {
    background: rgb(166, 102, 255);
    color: white;
}

#middle {
    /* margin-top: 15vw;
    margin-left: 10vw;
    margin-right: 10vw;
    overflow: scroll;
    min-height: 50vh;
    max-height: 50vh;
    padding: 5vw;
    border: solid black 2px;
    text-align: center;
    background-color: lightsteelblue;
    border-radius: 100%;
    box-shadow: 1px 1px 20px rgb(255, 213, 0);
    
    padding-top: 15vh; */

    overflow: scroll;
    min-height: 50vh;
    max-height: 50vh;
    padding: 5vw;

    border: solid black 2px;
    text-align: center;
    background-color: lightsteelblue;
    border-radius: 100%;
    box-shadow: 1px 1px 40px rgb(255, 213, 0);
    
    padding-top: 15vh;
    position: fixed; 
    bottom: 15vh; 
    width: 80vw;
    top: 50%;
    left: 50%;
    margin-top: -25vh; /* Negative half of height. */
    margin-left: -40vw; /* Negative half of width. */

}

img {
    margin-top: 15vh;
    max-width: 150px;
    box-shadow: 1px 1px 10px black;
    border: solid black 2px;
}

#first {
    margin-top: 0;
}

::-webkit-scrollbar {
    background-color: transparent;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.thot {
    border: solid black 2px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-radius: 5em;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    box-shadow: 1px 1px 20px rgb(255, 255, 255);
    font-size: 2.5vw;
    padding-left: 10%;
    padding-right: 10%;

}

marquee {
    color: white;
    font-size: 5vw;
}

.date {
    color: gray;
}