* {
    box-sizing: border-box;
    color: #1d1d1d;
}

html, body {
    margin: 0;
    padding: 0;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.sr-only {
    display: none;
}

.container-fluid {
    text-align: center;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #d94636;
    font-family: 'Questrial', sans-serif;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    background: #d94636;
    color: #1d1d1d;
}

.name-first {
    font-size: 46px;
    letter-spacing: -5px;
    font-weight: 700;
    color: #fff;
}

h2 {
    margin-top: 50px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.contact {
    display: block;
    max-width: 284px;
    margin: auto;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.bold {
    font-weight: 700;
}

.attr {
    font-weight: 700;
    color: #d94636;
}