body .formbox{
    display: flex;
    width: 100vh;
    height: 100vh;
    margin: 20px;
    justify-content: center;
    align-items: center;
    
}

body .formboxspacing{
    gap: 8px;
    border-radius: 200px !important;
    text-align: center;
}

.formboxspacingbutton {
     border-radius: 100px !important;
     
}

.alertfont {
    color: grey;
}

.button_within{
    position: absolute;
    right: 20px;
    top: 10px;

}

#redditInput{
    padding-right: 70px;
}

#redditInput::placeholder {
    font-size: clamp(8px, 3.5vw, 16px);
}

#redditInput + label {
    font-size: clamp(0.65rem, 1.5vw, 1rem);
}
