/** custom s.o. ids+classes **/
body {
    background-color: black;
    color: white;
}
#so_container {
    font: Arial, sans-serif;
    padding: 20px;
}

#centeralign {
    text-align: center;
}

#fancy {
    font-family: 'Brush Script MT', cursive;
}

#so_new_box {
    border: 2px solid white;
    padding: 2px;
}

#so_main_content {
    padding-left: 45px;
}

a {
    color: white;
}

a:hover {
    color: teal;
}

.contact_leave {
    width: 400px;
    height: 80px;
    float: right;
    background-image: url('../oldsite2/img/contact_button.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.0s ease;
}

.contact_leave:hover {
    background-image: url('../oldsite2/img/contact_button_hover.jpg');
}