* {
    padding: 0;
    margin: 0;
    user-select: none;
    text-decoration:none
  }
  
  body {
    background-color: rgb(225,176,172);
  }
  
  .img{
    
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    
    top: 65px;
    left: 540px;
    box-shadow: 1px 1px 5px black;
    
}
.text{
  position: relative;
  top: 10px;
  font-size: 1.5rem;
}

  
  
  #btnbtn-primarybtn-lg{
    left: 570px;

  }
  #lv{
    top: 230px;
    left: 550px;
  }
  #question{
    top: 230px;
    left: 560px;
  }

  .isim{
    font-size: 1.5rem;
    box-shadow: 1px 1px 5px black;
    color: black;
    background-color: rgb(33,63,153);
    
  }
  #isim2{
    position: relative;
    top:2px;
  }
  #result{
    position: relative;
    top:10px;
    font-size: 1.5rem;
  }

  .button{
    position: relative;
    left: 50px;
    top: 4px;
    height: 2rem;
    width: 10rem;
    font-size: 1.5rem;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 5px black;
    color: black;
    background-color: rgb(33,63,153);
  }
  
  .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  #date{
    margin-bottom: 20px;
    margin-top: 55px;
  }
  #click{
    padding: 10px 20px;
    background-color: rgb(33,63,153);
    border-radius: 0.3cm;
    
    color: white;
    cursor: pointer;
  }
  .crescent{
    float:right;
    
  }
  #month{
    float: right;
    position: relative;
    right: 8px;
    top: 1px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
  }
  ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: rgb(33,63,153);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    left: -3px;

  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color:black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    left: 0;
  }
  
  li a:hover {
    background-color: #333;
  }
  
  .active {
    background-color:rgb(225,176,172);
  }
  