@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Babylonica&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shantell+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap");

body {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #46f6e1;
}

.frontscreen {
  height: fit-content;
}

.hill {
  height: 750px;
  width: 1263px;
  position: relative;
}

.personalimage {
  height: 80px;
  width: 80px;
  margin-left: 40px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0ebe8;
}

.about {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  color: #21564b;
}

.name {
  text-align: center;
  font-family: "Courgette", cursive;
  font-size: 50px;
  color: #4db29c;
}

.introdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.avtar {
  height: 100px;
  width: 100px;
  margin-bottom: 30px;
}

#hi {
  font-family: "Shantell Sans", cursive;
  color: #45b29a;
  font-size: 35px;
}

.para {
  color: #545454;
  font-family: "Dancing Script", cursive;
  width: 600px;
  font-size: 25px;
  margin-top: 25px;
}

.whatcanido {
  color: #545454;
  font-family: "Shantell Sans", cursive;
  font-size: 55px;
  margin-top: 100px;
}

.help {
  font-family: "Shantell Sans", cursive;
  color: #45b29a;
  font-size: 50px;
  margin-top: 150px;
}

.messageme {
  display: inline-block;
  background-color: #3ea08a;
  width: 110px;
  height: 25px;
  font-size: 20px;
  padding: 20px;
  border: none;
  border-radius: 500px;
  color: #46f6e1;
}
