
body {
    text-align: center;
    background-color: #1e2025;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

label {
    display: block;
    font-size: xx-large;
    
}

button {
    width: 10rem;
    height: 3rem;
    cursor: pointer;
}

button:hover {
    background-color: lightblue;
}

input {
    width: 30rem;
    height: 3rem;
    border-radius: 0.5rem;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    left: 0;
    
}

.right {
    right: 0;
    background-color: #22252a;
    font-size: x-large;
}

.centered {
    position: absolute;
    top: 50%;
    left: 30%;
    text-align: center;
}
