
.splitleft
{
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
}
.splitright 
{
    right: 0;
    top: 0;
    height: 75%;
    width: 48%;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    margin-top: 5%;
}
h1 
{
    background-color: navy;
    font-size: 6em;
    padding: 2%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 45%;
}
.button 
{
    color: white;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.group-right button
{
    right: 0;
    align-items: right;
    background-color: #FADA7A; /* Green background */
    color: #000000; /* White text */
    border: none;
    padding: 10px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    border-radius: 8px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 15px;
    margin-top: 10px;
    display: i ;
    width: 15%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
button:hover
{
    background-color: #B1F0F7;
}
button:active
{
    background-color: #FEBA17;
}
body
{
    background-color: #81BFDA;
    margin-top: 5%;
    margin-left:5%;
}
.display1{
    background-color: #F5F0CD;
    color : rgb(0, 0, 0);
    height: 4em;
    width: 45%;
    padding: 5px;
    margin-top: 30px;
    font-size: 2em;
}
.display2{
    background-color: #F5F0CD;
    text-align: right;
    color : rgb(0, 0, 0);
    height: 4em;
    width: 45%;
    padding: 5px;
    margin-bottom: 30px;
    font-size: 2em;
}
h1{
    background-color: #30a2d3;
    color: #000000;
    text-align: center;
    font-size: 3em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Courier New', Courier, monospace;
}