body {
    font-family: 'Mulish', sans-serif;
}

header, section {
    text-align: center;
}

header {
    margin-bottom: 21px;
}

h1 {
    font-size: 72px;
    background: -webkit-linear-gradient(45deg, #564DFB 20%, #3B55EF 40%, #314FC2 60%, #382F89 80%, #3E284F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 30px;
}

h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 17px;
}

a, a:visited {
    color: #4673B4;
    text-decoration: none;
}

a {
    font-size: 13px;
    font-weight: 500;
}

h3 {
    font-weight: 500;
    font-size: 13px;
}

p {
    color: black;
    margin: 0 0 17px;
    font-weight: 500;
    font-size: 13px;
}

.logo, .container {
    margin: 0 auto;
    width: 281px;
}

.logo img:first-child {
    margin-right: 21px;
    transform: translateY(3px);
}

.container {
    text-align: left;
    display: inline-block;
}

.update {
    display: flex;
}

.update .image {
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden;
}

.update .image img {
    transform: translateX(-32px);
}