@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

body{
    background-color: #82C4BD
  }

h1 {
  font-family: 'Staatliches', cursive;
  color: #ffff;
  font-size: 80px;
  text-align: center; 
}
h2 {
  font-family: 'Staatliches', cursive;
  color: #ffff;
  font-size: 40px;
  text-align: center; 
  margin-bottom: 30;
  margin-top: 30;
}
h3 {
  font-family: 'Staatliches', cursive;
  color: #ffff;
  font-size: 25px;
  text-align: center; 
}
h4 {
  font-family: 'Staatliches', cursive;
  color: #ffff;
  font-size: 18px;
  text-align: center; 
}

.app-buttons {
  justify-content: center;
  text-align: center;
}

.app-buttons a {
  display: inline-block;
  padding: 0;
}

.app-button {
  margin: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 200px;
}

a {
  color: #ffff;
}
p {
  font-family: 'Staatliches', cursive;
  color: #ffff;
  font-size: 25px;
  text-align: center; 
}
img {
  margin: 0 auto;
  display: block;
  margin-top: 80;
  margin-bottom: 40;
}
.img2 {
  border: 10px solid #ffff;
  padding: 5px;
}
.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}
.myDiv {
  text-align: center;
  width: 65%;
  margin: auto;
}
.avatarDiv {
  text-align: center;
  width: 60%;
  margin: auto;
}