h1 {
    font-size: 50px;
    text-align: center;
    color: white;
}

.swim-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.swim-vertical {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.btn {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.title {
    font-weight: bold;
    font-size: large;
    text-align: center;
}

.title-st2 {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    font-family: butterland;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.575) !important;
    color: white;
}

.curve-extra {
    border-radius: 25px;
}

span {
    -webkit-text-fill-color: transparent;
    background: -webkit-radial-gradient(rgb(30, 39, 205), rgb(196, 17, 128));
    -webkit-background-clip: text;
}

input[type=range] {
    height: 34px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #002200;
    background: #205928;
    border-radius: 1px;
    border: 1px solid #18D501;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 3px 3px 3px #00AA00;
    border: 2px solid #83E584;
    height: 23px;
    width: 23px;
    border-radius: 23px;
    background: #439643;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #205928;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #002200;
    background: #205928;
    border-radius: 1px;
    border: 1px solid #18D501;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 3px 3px 3px #00AA00;
    border: 2px solid #83E584;
    height: 23px;
    width: 23px;
    border-radius: 23px;
    background: #439643;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #205928;
    border: 1px solid #18D501;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #002200;
}

input[type=range]::-ms-fill-upper {
    background: #205928;
    border: 1px solid #18D501;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #002200;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 3px 3px 3px #00AA00;
    border: 2px solid #83E584;
    height: 23px;
    width: 23px;
    border-radius: 23px;
    background: #439643;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #205928;
}

input[type=range]:focus::-ms-fill-upper {
    background: #205928;
}

.logo {
    height: 70px;
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    font-family: alexa;
}