html {
  background-color: #00cccb;
  touch-action: manipulation;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #00cccb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh; 
}

.italic {
  font-style: italic;
}

.buttons .link-1:hover {
  background-color: #fcd21c;
  color: #fff;
}
.buttons .link-2:hover {
  background-color: #ff7f00;
  color: #fff;
}
.buttons .link-3:hover {
  background-color: #00cccb;
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.mtb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
}

.contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text {
}

.hello-35 {
  font-size: 30px;
}

.size-30 {
  font-size: 20px;
}

h1,
h2,
p,
a {
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.logo {
  max-width: 120px;
  min-width: 50px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.img-phone {
  height: 28px;
  /* margin: 5px; */
}

.phone {
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}

.phone a {
  text-decoration: none;
  font-weight: 900;
}

.phone p {
  margin: 0;
  margin-top: -15px;
  padding: 0;
  text-decoration: none;
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}

.link-1 {
  border: 2px solid #fcd21c;
}
.link-2 {
  border: 2px solid #ff7f00;
}
.link-3 {
  border: 2px solid #fff;
  background-color: #fff;
  color: #00cccb;
}

.buttons a {
  font-size: 25px;
  width: 100%;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}

.img-instagram,
.img-facebook,
.img-linkedin,
.img-twitter {
  width: 30px;
  height: 30px;
  margin: 5px;
}

/* for screen under 600px */

@media screen and (max-width: 600px) {
  .hello-35 {
    font-size: 20px;
  }

  .size-30 {
    font-size: 15px;
  }

  .logo {
    max-width: 108px;
    min-width: 30px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .img-phone {
    width: 15px;
    height: 15px;
    margin: 5px;
  }

  .phone {
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .phone a {
    text-decoration: none;
    font-weight: 900;
  }

  .phone p {
    margin: 0;
    margin-top: -10px;
    padding: 0;
    text-decoration: none;
  }

  .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .link-1 {
    border: 2px solid #fcd21c;
  }
  .link-2 {
    border: 2px solid #ff7f00;
  }
  .link-3 {
    border: 2px solid #fff;
    background-color: #fff;
    color: #00cccb;
  }

  .buttons a {
    font-size: 15px;
    width: 100%;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
  }

  .social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
  }

  .img-instagram,
  .img-facebook,
  .img-linkedin,
  .img-twitter {
    width: 15px;
    height: 15px;
    margin: 5px;
  }
}
