body {
    background-color: #000000;
    display: flex;
    justify-content: center;;
    margin: 0;
}

.max-page-size-container {
    max-width: 1280px;
    width: 100%;
}

.hidden {
    display: none;
}

.main-nav {
    display: flex;
    justify-content: right;
    font-size: 1rem;
    height: 80px;
    width: 100%; 
}

.main-nav__menu {
    align-items: center;
    display: flex;
    margin: 0 2em 0 0;
    padding: 0;
}

.nav__item {
    list-style-type: none;
    text-decoration: none;
}

.nav__link {
    border: 1px solid #0068df;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 0.3em 0.7em;
    text-decoration: none;
}

.hero {
    align-items: center;
    flex-direction: column;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    padding: 3.5em 0;
    width: 100%;
}

.hero__title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4em;
    margin: 0 0 2px 0;
}

.hero__subtitle {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}

.about-me {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.about-me_title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 13px;
    padding: 0 13px;
}

.about-me_paragraph {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    max-width: 500px;
    padding: 0 13px;
}

.services {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.services_title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-bottom: 13px;
    padding: 0 13px;
}

.services_service-title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-bottom: 5px;
    max-width: 500px;
    padding: 0 13px;
}

.services_service-description {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    max-width: 500px;
    padding: 0 13px;
}

.contact_title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    margin-bottom: 13px;
    max-width: 500px;
    padding: 0 13px;
}

.contact_form {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 500px;
    padding: 0 13px;
}

.contact_input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.contact_label {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.contact_input {
    font-size: 1rem;
    height: 20px;
}

.contact_message-textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 80px;
}

.recaptcha {
    margin-bottom: 9px;
}

.contact-submit-btn {
    background-color: #0068df;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.3em 0.7em;
}