@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: hsl(0, 1%, 24%);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.container {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: auto;
}
.container p {
  color: white;
}
.container .img {
  color: limegreen;
  font-size: 3rem;
  text-align: center;
  z-index: -1;
}
.container .img img {
  width: 400px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.container .header {
  display: grid;
  background-color: hsl(27, 83%, 54%);
  width: 100vw;
  height: 200px;
  place-content: center;
}
.container .header p {
  color: white !important;
  width: 100vw;
  text-align: center;
}
.container .header .mbg {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, -2.5rem + 14vw, 5.25rem);
}
.container .header .mbg .sfy {
  font-size: clamp(1.5rem, -2.5rem + 14vw, 7.25rem);
}
.container .header .alcim {
  font-size: clamp(1rem, 0rem + 4vw, 2.5rem);
}
.container .menu {
  background-color: rgb(39, 121, 191);
  width: 100vw;
  height: 50px;
  display: grid;
  place-content: center;
}
.container .menu a {
  color: white;
  text-decoration: none;
}
.container .menu a:hover {
  color: rgb(3, 5, 113);
}
.container .mail {
  padding: 0 20px;
  text-align: center;
}
.container .mail a {
  color: white;
  text-decoration: none;
  /* .mailp {
    font-size: large;
    color: blue !important;
    border-color: blue !important;
    -webkit-text-fill-color: blue;
  } */
}
.container .mail p {
  margin-top: 10px;
}
.container .mail span {
  color: white;
  font-size: 1.5rem;
}
.container .text {
  margin: 10px 20px;
  text-align: justify;
  color: white;
  line-height: 1.5;
}
.container .text p {
  padding-top: 15px;
  margin: 5px;
}
.container .text ul li {
  list-style-type: circle;
  margin-left: 45px;
  padding-top: 5px;
}/*# sourceMappingURL=style.css.map */