

body {
  background-color: white;

}



.head{
background: linear-gradient(to right,#b90431 ,#7c0422);
  height: 140px; 
  opacity: 1;
margin-top: 0px;
width: 100%;
}
    

svg{
   align-items: center;
   position: absolute;
}


  h1{
    color: #ffffff;
    text-align: center;
    font-family: 'roboto';
    font-size: 70px;
    font-weight: bold ;
    position: relative;
   margin-top: 0px;
   word-spacing: 140px;
   margin-left: 2%;

}

@media only screen and (max-width: 680px) {
h1{
text-align: left;
font-size: 65px;
margin-left: 35px;
}
}


.circle {
  background-color: #ffffff;
  align-items: center;
  border-radius: 10000px;
  width: 100px;
  height: 100px;
margin-left: auto;
margin-right: auto;
margin-top: -125px;  
}


@media only screen and( max-width: 680px){
.circle{
    background-color: #ffffff;
    border-radius: 10000px;
    width: 100px;
    height: 100px;
    margin-left: 70%;
    margin-top: -170px;
}
}

.menubar {
  background-color: #cccccc;
  margin-top: 0px;
  justify-content: space-evenly;
  display: flex;
}

button {

  size: 10px;
  width: 80px;
  display: block;
  background-color: #cccccc;
  border-color: #cccccc00;
  transition: background-color 0.3s ease;
}

.menubar > button:active{
  background-color: #acabab;
}

button:hover{
  background-color: #bebebe;
}

.button__image {
  width: 20px;
  height: 20px;

}

.logo { 
  width: 50px;
  height: 50px;
  align-items: center;
}

p{ 
  text-align: center;
  font-family: 'candara';
  margin-top: 100px;
}

.hidden{
  display: none;
}


.nologinimg{
height: 500px;
width: 800px;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
}

.oynli{
  color: #797575;
  margin-top: 80px;
}

#loginBtn{
   border: #979696;
  border-radius: 20px;
  font-family: 'impact';
color: #797575;
height: 30px;
}
