
body {
  background-color: white;
}
p {
  color: black;
}
body {
    font-family: 'Lato', sans-serif;
}
h1{
  color: white;
  background-color: black;
}
h3 {
    color: black;
    margin: auto;
    text-align: left;
}
.jumbotron {
    text-align: center;
    background-image: url("/static/images/coat_of_arms.png");
}
#left_right_text{
    padding-top: 30px;
}
#left_right_text .leftbox{
    float:left;
    display: inline;
    border: 3px solid red;
    width: 20%;
    padding: 10px;
}
#left_right_text .rightbox{
    float:right;
    display: inline;
    width: 70%
}
hr.custom {
    border: 1px solid white;
}
input {
    margin-right: 10px;
    padding: 10px;
}



.footer{

}

input[type=submit] {
  background-color: white;
  border: 3px solid black;
}
::placeholder{
    color: black;
}
