*{
  font-family: sans-serif;
}

#cookie {
  max-width: 550px;
  width: 100%;
  transition: 270ms;
}

#cookie:hover {
  transform: scale(1.2);
  transition: 270ms;
}

.kok{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
  text-align: center;
  
}
p{
  margin-top: 100px;
  font-size: 220%;
  color: white;
  background-color: rgba(121, 76, 9, 0.473);
  border-radius: 20PX;
  text-align: center;
}

body{
  background: url("https://wallpapers.com/images/featured/hd-basketball-k6sz70453wqz54t0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
button{
  border-radius: 50px;
  height: 70px;
  width: 255px;
  font-size: 30px;
  border: none;
  transition: 300ms; 
  margin-top: 10%; 
}

button:hover{
  background-color:rgb(255, 166, 0);
  color: black;
  transition: 300ms;
  border-radius: 20px;
}
.bugu{
  border-radius: 50px;
  height: 70px;
  width: 175px;
  font-size: 30px;
  border: none;
  transition: 300ms;  
  margin-top: 15%;
}

.baron{
  margin-top: auto;
 
}

.bugu3{
  border-radius: 50px;
  height: 70px;
  width: 255px;
  font-size: 30px;
  border: none;
  transition: 300ms;  
  margin-top: 15%;
}

.bugu2{
  border-radius: 50px;
  height: 70px;
  width: 255px;
  font-size: 30px;
  border: none;
  transition: 300ms;  
  margin-top: 15%;
}