body {
    background-color: rgb(245, 236, 220);
    color: rgb(45, 45, 45);
    text-align: center;
    font-family: "ice-cream-slant", sans-serif;
font-weight: 400;
font-style: normal;
}

.divider {
    height: 20px;
    width: auto;
    background-color: rgb(45, 45, 45);
}

.topimage {
    width: 700px;
    height: auto;
    border-radius: 10px;
}

.boximage {
    border-radius: 20px;
    width: 400px;
    height: auto;
}

.title {
    font-size: 90px;
    text-decoration: underline;
    text-decoration-thickness: 15px;
    line-height: 0.1;
}

.subtitle1 {
    font-size: 40px;
}

.subtitle2 {
    font-size: 50px;
    font-family: "apparat-semicond", sans-serif;
font-weight: 300;
font-style: normal;
line-height: 1;
}

.link {
    font-size: 45px;
    color: rgb(45, 45, 45);
    font-family: "apparat-semicond", sans-serif;
font-weight: 300;
font-style: normal;
line-height: 3;
}

.linkbox {
    background-color: rgb(233, 155, 119);
}

.boxtext {
    font-family: "apparat-semicond", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 20px;
color: rgb(245, 236, 220);
text-align: left;
}

.boxtitle {
    font-size: 40px;
    color: rgb(245, 236, 220);
}

.list {
     font-family: "apparat-semicond", sans-serif;
font-weight: 300;
font-style: normal;
text-align: left;
font-size: 20px;
color: rgb(245, 236, 220);
}

.boxes {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.left {
    flex: 1;
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(240, 141, 184);
}

.middle {
    flex: 1;
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(239, 184, 72);
}

.right {
    flex: 1;
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(147, 205, 194);
}