#info_me_img{
    height:350px;
    width:350px;  
    margin-top:25px; 
    margin-bottom:50px; 
}

#info_contact_options{
    text-align: center;
    margin-bottom:50px;
    margin-top:30px;
} 

.info_text_large{
    margin-top:20px;
    margin-left:5vw;
    margin-right:5vw;  
    display: inline-block; 
    font-size:24px;
}

.info_contact-info-btn{
    color:black!important;
    margin:25px 15px 0 15px;
    font-size: 30px;
}

.info_contact_me_title{
    font-size:30px;
}

.form_input{
    width:100%!important;
    margin-top:10px;
}

.custom_button{
    background-color: black;
    color:white!important;
}
.custom_button:hover{
    background-color: white;
    color:black!important;
    border: 1px solid black;
    border-color: black;
}
 