body{
    background-image: url('ahm60005.jpg');
    background-size: 40%,80%;
}
.box4 {
    width: 150px;
    height: 225px;
    border: 2px solid #380C66; 
    color: white;
    float: left;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #0C0D66;
    border-radius: 5px;
    padding: 10px;
    align-content: center;
    text-align: center;
    margin: 10px;
}
.box3 {
    width: 220px;
    height: 600px;
    border: 2px solid #13B04C; 
    float: left;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #18EDD1;
    border-radius: 5px;
    padding: 10px;
    align-content: top;
    line-height: 1.5;
}
.box2 {
    width: 680px;
    height: 100px;
    border: 2px solid #13B04C; 
    box-sizing: border-box;
    background-color: #18EDD1;
    padding: 10px;
    align-content: center;
}
.box1 {
    width: 450px;
    height: 600px;
    border: 2px solid #13B04C; 
    float: right;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #18EDD1;
    border-radius: 5px;
    padding: 10px;
    align-content: center;
}
.main {
    width: 700px;
    height: 900px;
    background-color: #9ea2d8BB;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.toggle-btn {
        padding: 12px 24px;
        font-size: 16px;
        font-weight: bold;
        color: white;
        background-color: #007bff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        margin-bottom: 20px;
}

.toggle-btn:hover {
        background-color: #0056b3;
}


.the-image {
        display: none; 
        max-width: 90%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}