@font-face {
    font-family: WorkSans;
    src: url("WorkSans-VariableFont_wght.ttf") format('woff2 supports variations'),
    url("WorkSans-VariableFont_wght.ttf") format('woff2-variations');
}

body {
    font-family: WorkSans, sans-serif;
}

.content {
    max-width: 885px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.present-text {
    width: 60%;
    max-width: 490px
}

a:link {
    color: #000000;
    text-decoration: none;
}

.install {
    width: 40%;
    max-width: 395px;
    box-sizing: border-box;
    padding-left: 157px;
}

.logo {
    width: 196px;
    height: 60px;
    left: 92px;
    top: 84px;
}

.button-container {
    padding-left: 10px;
    padding-top: 10px;
}

button {
    width: 200px;
    height: 46px;
    left: 705px;
    top: 340px;
    background-color: #435FA7;
    border: none;
    color: #FFFDFD;
    font-size: 16px;
    font-weight: bold;
}

h1 {
    width: 449px;
    height: 101px;
    left: 89px;
    top: 167px;
    font-size: 26px;
    font-weight: bold;
    color: #3D7494;
}

h3 {
    font-weight: bold;
    font-size: 18px;
}

h2 {
    font-weight: normal;
    color: #3D7494;
}

span {
    font-size: 16px;
}

.manual-text {
    margin-bottom: 59px;

}

.support {
    font-weight: bold;
    margin-bottom: 74px;
}
