body {
    background-color: whitesmoke;
    font-family: "Noto Sans KR";
    font-size: 18px;
    line-height: 1.5;
    padding: 5px;
    margin: auto;
}
.header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 8px;
    color: teal;
  }

#logo {
    width: 70px;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 0px;
    font-size: 15px;
}
.img {
    max-width: 200px;
}

#nombre {
    margin: 0px;
    font-style: italic;
    font-weight: bold;
}

.cajas {
    width: 380px;
    margin: 1px;
    padding: 3%;
    padding-top: 1.5%;
    text-align: justify;
    background-color: white;
    color: #8E9BB0;
}

.cajas h2 {
    text-align: center;
    color: #203864;
}

#frase {
    font-weight: bold;
    text-align: center;
    color: teal;
}
#caja2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.boxes {
    max-width: 760px;
    margin: 1px auto;
    padding: 3%;
    background-color: white;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
}

.contacto {
    max-width: 500px;
    min-width: 380px;
    margin: 1px;
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: #203864;
}

.contacto h3 {
    font-size: 10px;
    color: #8E9BB0;
    margin-top: 0px;
}

.citas {
    max-width: 900px;
    min-width: 750px;
    margin: 1px;
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: #203864;
}

.citas h3 {
    font-size: 10px;
    color: #8E9BB0;
    margin-top: 0px;
}

#box {
    width: 15rem;
    height: 1.5rem;
    border-radius: .05rem;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}

#mail {
    width: 10rem;
    height: 1.5rem;
    border-radius: .25rem;
    background-color: teal;
    color: white;
    font-weight: 500;
}

footer {
    background-color:whitesmoke;
    color: #8E9BB0;
    height: 7vh;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    font-size: 8px;
  }

footer h2 {
    margin-bottom: 0px;
}
  