body {
    color: #020202;
    font-family: 'Open Sans', sans-serif;
}

.hero {
    border: 2px solid black;
    background-image: url("img/faded-office.png");
    background-size: cover;
    padding: 30px 50px 140px 80px;
    margin: 20px;
}

.hero-header {
    font-size: 55px;
    line-height: 60px;
    font-weight: 800;
    width: 340px;
    margin: 0;
}

.hero-text {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    width: 340px;
    margin: 0 0 35px 0;
}

.underline {
	border-bottom: 4px solid #0ea5e9;
}

.button {
    background-color: #0ea5e9;
    color: white;
    padding: 20px 40px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}
