body{
    background-color: #233D4D;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.card{
    background: #FE7F2D;
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0px 0px 45px #0007;
    border-radius: 10px;
}

.card_title{
    font-size: 22px;
    margin: 0;
    margin-top: 20px;
    color: #215E61;
    text-shadow: 0 0 50px #0007;
    font-weight: bolder;
    
}

.card_subtitle{
    font-size: 13px;
    letter-spacing: 2px;
    color: #233D4D;
}

.card_content{
color: #233D4D;
padding-top: 20px;
text-align: justify;
text-shadow: 0px 0px 60px #0007;
}

.card_img{
    margin-top: 30px;
    width: 200px;
    border-radius: 50%;
    box-shadow: 0 0 45px #0007;
    background-color: black;

}

.contactame{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #F5FBE6;
    text-shadow: 5px 5px 10px #0007;   
    font-weight: bolder;

}

form{
    background-color: #215E61;
    padding: 20px;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px #0007;
    border-radius: 3px;
}

input,textarea,select{
    width: 100%;
    box-sizing: border-box;
    padding: 6px 20px;
    background-color: #F5FBE6;
    border: none;
    border-left: 3px solid #FE7F2D;
    margin: 5px;
    box-shadow: 2px 2px 3px #0007;
    margin-bottom: 15px;
}

option{
    border-bottom: #233D4D;
    text-decoration: solid;
}

.form_input{
    padding: 6px 20px;
    margin: auto;
    
}

textarea{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 100%;
    min-height: 100px;
    resize: vertical;
}

label{
    color: #F5FBE6;
    padding: 4px;
    text-decoration: solid
}
