body {
  background-color:#a6dafb;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size:60px;
}
a {
  font-family: 'Ubuntu', sans-serif;
  font-weight:700;
  color:#34ccff;
  border-color:#61127f;
  background-color:#8046f5;
  padding:10px;
  border-radius:75px;
  border-style:solid;
  text-decoration:none;
  font-size:24px;
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  font-size:48px;
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  font-size:36px;
}
p {
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  font-size:20px;
}
h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight:700;
  font-size:20px;
}
img {
  width:500px;
  float:right;
}
.homeLink {
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  color:currentColor;
  border-style:none;
  padding:0px;
  background-size: none;
  font-size:20px;
  background-color:transparent;
}