* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    width: 1008px;
    margin: auto;
    background: linear-gradient(180deg, rgba(227, 255, 248, 0) 82.08%, rgba(227, 255, 248, 0,38), 100%);
    min-height: 100vh;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 0px auto 58px;
    padding-top: 65px;
}

header span {
    font-family: "Inter", sans-serif;
    color: #89c5cc;

}

ul {
    display: flex;
    list-style: none;
    gap: 48px;
    color: #1F1534;

}

a {
    text-decoration: none;
    opacity: 0.5;
}

a:hover {
    font-weight: bold;
    opacity: 1;
}

#container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 82.36px;
}

#container div {
    width: 489px;
    margin-top: 51px;
}

#container img {
    width: 417px;
    height: 433.64;
}

#container h1 {
    font-family: "Mulish", sans-serif;
    font-size: 49px;
    line-height: 56px;
    font-weight: normal;
    margin-bottom: 40px;
}

#container h1 span {
    color: #89C5CC;
    font-weight: bold;
}

#container p {
    margin-bottom: 40px;
    font-size: 16px;
    color: #7d7987;
    line-height: 35px;
}

button {
    font-family: "DM Sans", sans-serif;
    padding: 17px;
    background-color: #69B99D;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

button ion-icon {
    width: 24px;
    height: 24px;
}

footer {
    text-align: center;
}

#balls {
    position: fixed;
    bottom: 0px;
    right: 0px;
}