body {
    background-image: url("/static/images/monni_background_blue.png");
    color: white;
    font-family: "Poppins";
    width: 50%;
    margin: auto;
}

p {
    font-family: "roboto";
}

.main_div {
    position: absolute;
    margin-top: 80px;
    margin-bottom: 80px;
    border: solid;
    border-color: #e08404;
    border-width: 2px;
    background: #212529;
    padding-bottom: 15px;
    border-radius: 1%;
}

.leftMove {
    position: relative;
    right: 10px;
}

.h2-stamp {
    position: relative;
    right: 80px;
}

.hint {
    background: black;
}

.sub_div {
    border: solid;
    border-color: #e08404;
    border-width: 0px;
    border-top-width: 2px;
    padding-left: 70px;
    padding-right: 70px;
}

.top-hint {
    margin-left: 22.5px;
}

h2 {
    font-size: 28px;
    margin-left: 22.5px;
}

.h2-date {
    margin-top: 10px;
    margin-bottom: 5px;
}

input {
    height: 22px;
    font-size: 20px;

}

.time {
    margin-left: 5px;
}

.entry {
    margin-left: 23px;
    margin-bottom: 15px;
}

.list-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
}

.main-list {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    padding-left: 5px;
}

.main-list p {
    margin-top: 10px;
    color: black;
    background-color: white;
    border: solid;
    border-color: black;
    border-radius: 5%;
}

.main-list .button {
    background-color: #212529;
    border: none;
    cursor: pointer;
}

img {
    height: 22px;
    padding-top: 2px;
}

.img2 {
    padding-top: 0px;
}

.img4 {
    padding-top: 0px;
}


.img5 {
    position:relative; top: -2.2px;
}

.img6 {
    position:relative; top: -6px;
}

.img7 {
    position:relative; top: -7px;
}

.timestamps p {
    padding: 1.5px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.main-list2 p {
    padding: 1.5px;
    padding-left: 5px;
    padding-right: 5px;
}

.button-div {
    padding-left: 15px;
}

.main-list2 {
    list-style-type: none;
    font-size: 20px;
}

.main-list2 p {
    margin-top: 10px;
    color: black;
    background-color: white;
    border: none;
    border-color: black;
    border-radius: 5%;
    margin-left: 40px;
}

.popup {
    position: absolute;
    left: 39rem;
    background: #a01c24;
    color: white;
    border: 1.5px solid black;
    border-radius: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90px;
    height: 28px;
    display: none;
}

.close-popup {
    background: none;
    cursor: pointer;
    border: none;
    outline; none;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;

}

@media (max-width: 1140px) {

    .main_div {
    position: static;
    height: 40%;
    width: 80%;
    border: solid;
    border-color: #e08404;
    border-width: 2px;
    background: #212529;
    padding-bottom: 15px;
    border-radius: 1%;
}

.sub_div {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

h2 {
    font-size: 14px;
}

p {
    font-size: 8px;
}

.h2-stamp {
    font-size: 0px;
}

img {
    width: 10px;
    height: 10px;
}

input {
    width: 20%;
    height: 10px;
    font-size: 8px;
}

.time {
    width: 15%;
}

.img6 {
    position:relative; top: -2.5px;
}

.img7 {
    position:relative; top: -3.5px;
}

    @media (max-width: 500px) {

        .main_div {
            position: static;
            height: 240px;
            width: 150px;
            border: solid;
            border-color: #e08404;
            border-width: 1px;
            background: #212529;
            padding-bottom: 15px;
            border-radius: 1%;
        }

        input {
            width: 38%;
            height: 2.7px;
            font-size: 3px;
        }

        .time {
              width: 20%;
       }

        .sub_div {
                 padding-top: 6px;
                 padding-left: 20px;
                 padding-right: 20px;
                 border-top-width: 1px;
        }

        h2 {
           font-size: 6px;
        }

        p  {
            font-size: 4px;
        }

        img {
            width: 6px;
            height: 6px;
        }

        .img3 {
              position:relative; top: -1px;
        }


    }
}
