form p {
    font-size: 2vw;
}

form input {
    width: 30vw;
    height: 2vw;
}

.sec-1 {
    justify-items: center;
    text-align: center;
}

form button {
    border: solid;
    background-color: rgb(85, 255, 0);
    cursor: pointer;
    font-size: 3vw;
}

.submit-msg p {
    color: green; 
    font-size: 2vw; 
    text-align: center; 
    display: none;
}
