h2 {
    color: rgba(1, 1, 77, 0.866);
    font-size: 1rem;
}

section {
    width: 80%;
    height: 80%;
    border: 1px solid black;
    position: absolute;
    top: 10%;
    margin-left: 10%;
    overflow-y: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

aside {
    margin: 0;
    width: 50%;
    height: 100%;
    float: right;
    position: sticky;
    top: 0;
}

aside img {
    width: 100%;
    height: 100%;
}

#form-details {
    width: 40%;
    padding: 5%;
    height: auto;
}

#form-details input {
    margin: 5px;
    border: none;
    border-bottom: 1px solid black;
}

.patient-details input {
    width: 45%;
}

#button {
    position: absolute;
    bottom: 2%;
    left: 44.5%;
}

#button input {
    background-color: rgb(21, 18, 17);
    border: 1px solid rgb(0, 255, 76);
    color: coral;
    border-radius: 5px;
    margin: 10px;
    padding: 5px 8px;
}