.contact-page {
    background: #fff7fb;
}

.selection {
    margin: 3rem 0rem;
}

.selection span {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    color: #b42368;
    background-color: #ffe5f1;
    border-radius: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

header h1 {
    color: #1f2937;
    font-size: 5rem;
    margin-top: 2rem;
    font-family: 'Roboto', sans-serif;
}

.widgets{
    width: 100%; 
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
    margin-top: 1rem;
}

.widgets .widgets__item{
    width: 45%;
    padding: 2rem 1.2rem;
    margin-bottom: 2rem;
    background: white;
    border:solid 3px #f3d9e8;
    border-radius: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.widgets .widgets__item a{
    color: #c0168d;
}

.info{
    padding: 3rem 1rem;
    background-color: white;
    border: solid 1px #f3d9e8;
    border-radius: 1rem / 8rem;
}

.info p{
    color: black;
    font-size: 1.7rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
}

h2{
    color: #1f2937;
    font-size: 4rem;
    margin-top: 2rem;
    font-family: 'Roboto', sans-serif;
}

.fitness-text {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #3b4350;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .item {
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .number {
    background-color: #f62c84; 
    color: white;
    border-radius: 50%;
    min-width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0; 
  }

  footer{
    background: black;
  }