h3 {
    background-color: black;
    color: white !important;
    padding: 10px 0 10px 10px;
}

.content {
    margin-left: 30px;
}

.button.rounded {
    float: left;
    clear: both;
    width: 200px;
  	margin-bottom: 15px;
    border-radius: 50px;
    line-height: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.button.right {
    clear: none;
    margin-left: 20px;
}

.button.big {
    width: 350px;
}

.buttons {
    margin-bottom: 60px;
}

@media only screen and (max-width: 479px) and (orientation: portrait), only screen and (max-width: 639px) and (orientation: landscape) {
    p {
        margin: 0 0 15px;
    }
    
    .button.right {
        margin-left: 0;
    }
}

img {
	max-width: 100%;
}