@import url(https://fonts.googleapis.com/css?family=Londrina+Solid);


body, table, th, td, .card{
    background-color:#ffffff;
}
input:focus {
    background-color: yellow;
}

.welcome-header{
    background-color:#19A519;
    padding: .5%;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.welcome{
    box-shadow: 5px 5px 5px lightblue;
}

.other_div{
    /* border: .2px solid rgb(168, 166, 166); */
    padding: 1%;
}

.hidden_panels{
    display: none;
}

.right_floats{
    float: right;
}
