body {
    
    background: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    margin-right: auto;
    
    display: flex;
    font-family: monospace;
    }
.motherdiv{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    
    
    flex-direction: column;
    margin-bottom: 0%;
    align-items: center;
    
}
.clickable {
    cursor: pointer;
    display: flex;
    
    width: 100vw;
    height:100vw;
    
   /* margin-bottom: 12vw;*/
    justify-content:left;
    /*align-items: baseline;*/
    /* background-size: contain; */
    background-size: cover;
    
    font-family:'Times New Roman', Times, serif;
    
}

.hidden{
   
    display: hidden;
}
.container {

    background: rgba(142, 98, 35, 0.28);
    width:inherit;
    height:fit-content;
    margin-top: 80vw;
    
    border-radius: 0px;
    text-align: center;
}

h1 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: rgb(246, 240, 240);
    font-family: didot;

}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    margin-bottom: 10px;
}

input {
    margin-bottom: 20px;
    padding: 10px;
    width: 200px;
}

button {
    padding: 10px 20px;
    background-color: #f4a51c;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #e5950c;
}
