
.button{
  border-radius: 30px;
  color: black;
  background: transparent;
  backdrop-filter: blur(8px);
  padding: 10px;
  border-color: black;
  border-style: solid;
  border-width: 3px;
  font-size: 60%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
  transform: translateY(-40%);
}

.center{
  text-align: center;
}
.ul{
  list-style: none;
}
li{
  display: inline-block;
}
body{
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 5px;
  background-image: url("flower.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: blur(1px);
}

#beginandend{
  text-align: center;
  border-radius: 30px;
  color:white;
  background: #000000;
  padding: 0.4em;
  width: auto;
  height: auto;
}
#viruspage{
  text-align: center;
  border-radius: 30px;
  color:white;
  background: #000000;
  padding: 0.4em;
  width: auto;
  height: auto;
  font-size: 1em
}
#mainpagetext{
  text-align: center;
  border-radius: 30px;
  color:black;
  background: transparent;
  border-style: solid;
  border-width: 5px;
  padding: 0.4em;
  width: auto;
  height: auto;
}
#calculator{
  position: relative;
  top: 100px;
  border-radius: 30px;
  color: white;
  background: #000000;
  padding: 0.4em;
  width: auto;
  height: auto;
}

.widget{
  text-align: center;
  margin: auto;
  transform: translateY(35%);
  width: 13em;
  border-style: none;
}

.buymygame{
  border-radius: 30px;
  color:black;
  background: transparent;
  border-color: black;
  border-width: 5px;
  border-style: solid;
  font-weight: 5px;
  font-family: Arial, Helvetica, sans-serif;
  width: 12em;
  padding: 0.4em;
  text-align: center;
  margin: auto;
  transform: translateY(150%);
}


#textwithbg {
  background-color: black;
  font-size: 50px;
}
chicknbutton {
  font-size: 100px;
}

.twitch{
  border-radius: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background: transparent;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  width: 12em;
  padding: 0.4em;
  text-align: center;
  margin: auto;
  transform: translateY(-100%);
}

.twitchpage{
  border-radius: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color:white;
  background: transparent;
  border-style: solid;
  border-width: 5px;  width: 7em;
  border-color: white;
  font-size: 100%;
  padding: 0.3em;
  transform: translateY(182%);
  cursor: pointer;
  text-align: center;
  margin: auto;
}