
* {

}
body {
    font-size: 14px;
    background-color: #fcfcfc;
}
/*input {
    border: 2px solid #ccc;
    border-radius: 5px;
  

    width: 309px;
    font-size: 16px;
    padding: 0 5px;
    color: #666;
    display: block;
    margin-top:20px;
    margin-bottom:40px;
    margin-right: auto;
    margin-left:auto;
}*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: center;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    text-align: center;
  }

.settings{
    position: fixed;
    z-index: 1;
    bottom:5px;
    right: 5px;
    width:150px;
    padding:5px;
    text-align: center;
    background-color: rgb(242, 255, 124)
}
.settings *{
    vertical-align: middle;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 1px;
}

img{
    max-width: 100%;
}
/*p {
    text-align: right;
    direction: rtl;
}*/
.divider{
    height: 20vh;
}
