body {
  background: url("/images/arkaplan.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#arkaplan {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.genelalan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.dugme{
font-weight: 0;
font-size: 20px;
  color: #fff;
  background-color: #2e1d6b;
  padding: 0px 30px;
  border: solid #ffffff 2px;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 50px;
  transition: 1000ms;
  transform: translateY(0);
  cursor: pointer;
}

.dugme:hover{
transition: 100ms;
padding: 0px 29px;
transform: translateY(2px);
background-color: #012233;
color: #fff;
border: solid 2px #feffff;

}
.kazanan{
color: #4f2ccc;
font-size: 24px;
font-weight: bolder;
text-shadow: 1px 0px 4px rgba(255, 255, 255, 0.84);
}

.cekilisliste{
width: 100%;
  background-color: #fff;
  border-radius: 25px;
  max-height: 250px;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
#winner-name {
color: #2e1d6b;
font-size: 24px;
font-weight: bolder;
height: 36px;
}





























