/* HELLO WORLD*/

.homepage {
  background-color: black;
  background-size: cover;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
@font-face {
  font-family: "coolsauce";
  src: url(DFMThornyDoodleFont.otf);
}
@font-face {
  font-family: "alsocool";
  src: url(TechnoVibeFont.otf);
}
.cool {
  font-family: "coolsauce";
  font-size: 75px;
  color: white;
  background-color: black;
}
@media only screen and (max-width: 600px) {
  .cool {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.text1 {
  color: white; 
}
.normal {
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: start;
  width: 100%;
  background-size: cover;
  height: 10%;
}
.headhome {
  position: absolute;
  font-size: 20px;
  margin-top: 95vh;
  color: white;
}
.randomimg {
  width: 20%;
  height: 20%;
  margin:0;
}
@media only screen and (max-width: 600px) {
  .randomimg {
    width: 75%;
    height:25%;
  }
}
@keyframes clickmeAnimation {
  0%   {color: #e75480;}
  50%  {color: pink;}
  100% {color: #e75480;}
}
.clickme {
  animation-name: clickmeAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
a {
  color: pink; 
  text-decoration: none;
}
.secondtitle {
  text-align:center; 
  margin: 0px;
  width: 100%;
  height:10%;
}
