@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #636d6a;
    background-color: #ebebeb;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}
a {
    text-decoration: none;
    transition: color 0.3s;
}
a:hover {
    color: black;
}

.infobox {
    display: inline-block;
    text-align: left;
    margin: 18% auto;
    height: 33%;
}
