*{
    border: 0;
    border-radius: 2em;
    background: var(--dark);
    color: (--dark-color);
}
::placeholder{color: var(--dark-color);}
span{
        border-radius: 2em;
        display: block;
        box-shadow: var(--dark-shadow);
        max-width: 30em;
        width: calc(100% - 3em);
        margin: 1em auto;
        padding: 1em;
        font-size: small;
        
              
}
input, textarea{margin: auto;}
span form{
    display: block;
}
form input{
    border-bottom: solid 1px #616D87 !important;
    border-radius: 0;    
    background: transparent;
    font-size: medium;    
    margin: 0.5em auto;
    width: 100%;
}
 button {
    width: auto;    
    background: #0082ff;
    color: var(--light);
    padding: 1em;
    border-radius: 2em;
    font-weight: bolder;
}
form button{
    width: 100%;
    margin-top: 2em;
}
textarea{
    width: 100%;
    height: 10em;
    border-radius: 0;
    background: transparent;
}
#span2{
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
}
h2{text-align: center;}
#homebtn{
            position: absolute;
            top: 1em;
            right: 1em;
        }