* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#left-panel, #right-panel {
    width: 82%;
}


/* LEFT PANEL STYLING */

#left-panel {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 3.99rem;
    border-bottom-right-radius: 3.99rem;
    height: 64vh;
    box-shadow: none;
    z-index: 2;
}


/* RIGHT PANEL STYLING */
#right-panel {
    box-shadow: none;
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    right: 1rem;
    top: -2.8rem;
    height: 66vh;
    padding: 5.8rem 5rem 3rem 5rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
}

#right-panel h2 {
    font-size: 3.2rem;
    margin: 1rem 0 3.2rem 0;
}

.reaction-box, .memory-box, .verbal-box, .visual-box {
    margin: 0 0 1.5rem 0;
    padding: 1rem 2rem 1rem 7rem;
    height: 5.8rem;
    width: 92%;
}

i {
    color: black;
    font-size: 2rem;
    margin: 0 1rem 0 -3rem;
}

/* INPUT STYLING */
input {
    margin-top: 3.3rem;
    width: 90%;
    padding: 2.2rem;
}

input:hover {
    padding: 2.2rem;
    width: 90%;
    font-size: 2.1rem;
}
