<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Oxygen', sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ececec;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

header {
    display: flex;
    justify-content: center;
    background-image: url("assets/header-background.png");
    width: 650px;
    height: 340px;
    margin: auto;
}

.content-wrapper {
    font-family: 'Oxygen', sans-serif;
    width: 650px;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
}

.intro-wrapper {
    position: relative;
    background-color: #DF4D62;
    color: #ffffff;
    padding: 60px 40px;
}

.intro-wrapper &gt; h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.intro-wrapper &gt; h2 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 5px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.intro-wrapper &gt; p {
    font-weight: 400;
    line-height: 27px;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 0;
}

.requirements-wrapper {
    padding: 60px 40px 44px;
}

.requirements-wrapper &gt; h3 {
    color: #DF4D62;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
}

.requirements-wrapper &gt; h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.secondary-skills {
    margin-top: 50px;
}

ul {
    padding: 0;
}

li {
    list-style: none;
    font-size: 14px;
    line-height: 1.5;
    margin: 13px 0;
    color: #5A5A5A;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

li::before {
    color: #DF4D62;
    content: "\2022";
    font-size: 1em;
    padding-right: 1.1225em;
    position: absolute;
    top: 0;
    left: 0;
}

.table-list td li {
    margin-right: 50px;
}

.table-list td:last-child li {
    margin-right: 0;
}

.bonus-wrapper {
    padding: 60px 40px 37px;
    background-color: #F4F4F4;
}

.bonus-wrapper &gt; h3 {
    color: #DF4D62;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
}

.first-paragraph {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
}

.second-paragraph {
    margin-top: 20px;
}

.second-paragraph,
.third-paragraph {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 25px;
    font-weight: 400;
	margin-top: 20px;
}

.bonus-wrapper &gt; h4 {
    color: #333333;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.application-wrapper {
    padding: 60px 70px;
    text-align: center;
    background-color: #DF4D62;
}

.application-wrapper &gt; h3 {
    color: #ffffff;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
}

.application-wrapper &gt; button {
    width: 400px;
    border: 4px solid #ffffff;
    margin-top: 40px;
    padding: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.5s;
}

.application-wrapper &gt; button:hover {
    color: #DF4D62;
    background-color: white;
    transition: all 0.5s;
}

.about-wrapper {
    background: #32343F;
    padding: 60px 40px 50px;
}

.about-wrapper &gt; h3 {
    color: #DF4D62;
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
}

.about-wrapper &gt; p {
    color: #FFFFFF;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
}
</pre></body></html>