* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: rgb(242, 242, 242);
}

.div1 {
    background: rgb(162, 105, 162);
}

.div1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: clamp(20px, 5vw, 40px);
    text-align: center;
    color: white;
}

.div2-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}

.div2-1 img {
    width: 80px;
    margin: 30px;
}

.div2-1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}

.div2-1-p1 {
    font-size: clamp(25px, 7vw, 50px);
}

.div2-1-p2 {
    font-size: clamp(15px, 4vw, 28px);
}

.div2-1-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.div2-1-1 div {
    margin: 20px;
}

.div2-1-1 div a {
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.div2-1-1-1 {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 20px;
}

.div2-1-1-1-1 {
    border-radius: 10px;
    background: orange;
    padding: 10px;
}

.div2-1-1-1-1:active {
    transform: scale(0.98);
}

.div2-1-1-2 {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 20px;
}

.div2-1-1-2-1 {
    border-radius: 10px;
    background: orange;
    padding: 10px;
}

.div2-1-1-2-1:active {
    transform: scale(0.98);
}

.div3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.div3-a1 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    background: orange;
    padding: 10px;
}


