/* Global Styles */
body {
    margin: 0;
    color: #131212;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    overflow-x: hidden;
}

.container {
    max-width: 1318px;
    padding: 0 16px;
    margin: 0 auto;
}

header.header {
    padding: 16px 0;
    background: #1F78FF;
    border-bottom: 1px solid #85BEFF;
}

header.header a {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

button {
    transition: all 0.3s;
    cursor: pointer;
}

a:hover, button:hover {
    opacity: 0.8;
}

h2 {
    color: #131212;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.text-left {
    text-align: left;
}