/* main */
body {
    background-color: #fefadc;
}

.top-text p {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items:  center;
    text-align: center;
    color: #392f5a;
    font-size: 110px;
    font-family: "Czizh Wing", sans-serif;
    font-weight: bold;
    padding: 30px;
  }

.container {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 40px;
}

.position {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 20px;
}

.image {
    height: 80px;
}

.position p {
    text-align: center; 
    padding: 20px;
    line-height: 50px;
    font-family: "Inter", sans-serif;
    font-size: 33px;
}