
.title {
    color: #7b82c3;
    background-color: black;
    text-align: center;
    font-family: sans-serif;
}
.div1 {
    color: #a16dff;
    text-align: right;
    padding-right: 25px;
}
.div2 {
    color: #5f74ff;
}
.button{
    color: fuchsia;
    background-color: #000089;
    text-align: left;
}
.hotdog{
    text-align: center;
    font-size:25px;
}
.body{
    background-image:url(https://wallpapercave.com/wp/wp5052087.jpg);
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
}
.greetings{
    display: block;
    margin: auto;
}
::selection {
background: #000000;
color: #bf00ff;
}
a:link {
  color: #0dff0d;
  background-color: transparent;
    text-decoration: underline;
}
a:visited {
  color: #ffa500;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-7/ani616.cur), auto;} /* End https://www.cursors-4u.com */