body{
    text-align: center;
    color: #15422f;
    font-family: sans-serif;
}

.formholder{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.connecholder{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 50%;
    border: 0.5em;
    border-style: solid;
    border-color: black;
    border-radius: 2em;
    padding: 3em;
}

.formholder div form{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 2em;
}

.formholder input{
    margin: 1em;
    height: 3em;
    padding-left: 1em;
    border-radius: 2em;
}

.formholder label{
    margin: 1em;
    margin-bottom: 0em;
}

.decoimage{
    margin-top: 2em;
}