body, html {
    margin: 0;
	padding: 0;
	border: 0;
    font-family: 'Open Sans', sans-serif;
}
  
.bg {
    background-image: url("/images/bg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#column {
    float: left;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    padding: 0 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 100px;
}

#column h1 {
    font-size: 5em;
    margin: 5px 0;
}

#column h2 {
    font-family: auto;
}

#column a {
    opacity: 1;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: limegreen;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid darkgreen;
}

#logo-afya {
    width: 280px;
}