.container button a{
   text-underline-position: none;
}

.Container .Container-Right1 {
    border: 2px solid rgb(126, 212, 12);
} 

.Container .Container-Right1 {
    border: 0px solid rgb(94, 11, 189);
    width: 600px;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.Container-Right1 form {
    border: 0px solid rgb(102, 16, 240);
    width: 580px;
    height: 500px;
    padding: 10px;
    box-shadow: 10px 10px 10px 10px rgb(61, 59, 59) ; 
    margin-top: 2px;
    margin-bottom: 2px;
    
    
}

.Container-Right1 .form input[type="text"] {
    width: 100%;
    height: 45px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.Container-Right1 .form select {
    width: 100%;
    height: 45px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;

}

.Container-Right1 .form button {
    width: 100%;
    height: 45px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: darkgoldenrod;
    color: #023502;
    font-size: x-large;
   


}

.Container-Right1 .form textarea {
    width: 100%;
    height: 100px;
    padding: 2px;
    margin-top: 2px;
    
}


.Container-Right1 .form Submit {
    width: 100%;
    height: 300px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 35px;
    
   
}


.Container-Right1 .form p {
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    


}

Container-Right1 p {
    width: 100%;
    height: 300px;
    padding: 0px;
    font-size: 0px;
    margin-top: 0px;
    align-items: center;
}





