@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    background-color: #f2f3f4;
    color: #171819;
    font-family: "Lexend", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin: 0;

    background: #f2f3f4;
  background-image: linear-gradient(rgba(145, 145, 145, 0.15) .1em, transparent .1em), linear-gradient(90deg, rgba(145, 145, 145, 0.15) .1em, transparent .1em);
  background-size: 3em 3em;
}

h1 {
    font-weight: 900;
    color: rgb(26, 168, 121);
    text-decoration: underline;
}

button {
    background-color: rgb(26, 168, 121);
    color: #f2f3f4;
    border: 1px solid rgb(27, 27, 27);
    font-family: "Lexend", serif;
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
}

p {
    display: block;
}

img {
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 50%;
    max-width: 400px;
    border-radius: 20%;
    
}

.rect {
    border-radius: 2%;
}

h2 {
   font-weight: 800;
   color: rgb(13, 135, 94);
   text-decoration: underline;

}



h3 {
    font-weight: 600

}
