﻿* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
}

html, body {
    margin: 0;
    border: 0;
}

body {
    background: linear-gradient(180deg, #a1b5ff 0%, #DEF3FF 100%);
    padding-top: 14dvh;
    padding-left: 14dvw;
    padding-right: 14dvw;
}

h1.title {
    margin: 6.14% 0% 0% 0%;
    padding: 1rem;
    font-size: 5.614rem;
    letter-spacing: -2px;
    font-family: "Outfit", sans-serif;
    font-weight: 450;
}

h1#first {
    background: linear-gradient(180deg, #33f 0%, #88b 55%, #22f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1#second {
    background: linear-gradient(180deg, #438ae6 0%, #44a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1#third {
    background: linear-gradient(180deg, #39dbf7 0%, #44a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1#fourth {
    background: linear-gradient(180deg, #44fcc2 0%, #33a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box {
    padding: 0rem 1.4rem;
    border-radius: 0.614rem;
}
.box h2 {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 6.14rem;
}
.box h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f1e33;
}
.box p {
    font-size: 1.4rem;
}
.box ul {
    font-size: 1.3rem;
    padding-left: 2rem;
    list-style: decimal;
}
.box ul.uncircle {
    list-style: none;
    padding-left: 1rem;
}
.box li {
    font-family: "Outfit", sans-serif;
    font-weight: normal;
    letter-spacing: -1px;   
}
.box a {
    text-decoration: none;
    outline: none;
    color: #1f1e33;
}

div.container {
    margin: 0;
    height: 85dvh;
}

div.end {
    display: inline;
    height: 61.4rem;
    background: #fff;
    text-align: center;
    margin: 6rem 14rem;
}
.end p {
    margin: 0;
    font-size: 1.3rem;
    font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 614px) {
    body {
        padding-top: 6.14rem;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    h1.title {
        font-size: 4.61rem;
    }
}