body {
    font: 16px Arial, Helvetica, Tahoma, Verdana, sans-serif;
    padding: 1rem;
}

a {
    text-decoration: none;
    color: rgb(153,0,0);
}

a:hover {
    cursor: pointer;
}

h1 {
    color: rgb(153,0,0); /*This is pretty much Sentex color from the website*/
    font-size: 1.5rem;
}

h2 {
    color: rgb(153,0,0);
    font-size: 1rem;
    font-weight: bold;
}

.logo {
    height: 4rem;
}

#add {
    margin-bottom: 2rem;
}

#add > div {
    margin-bottom: 0.3rem;
}

#contacts {
    margin-bottom: 1.5rem;
}

#contacts > div {
    margin-bottom: 0.3rem;
}
