

.bar {
  position:fixed;
  bottom:150;
  width:573px;
  height: 90px;
  background-color: #0345ff;

}

.option {
  font-size:16px;
  padding:20px;
  position:relative;
  text-align:center;
  
}


body {
  background-color: #759aff;
}

.updatelog{
  position:fixed;
  height:100px;
  background-color:#f0f2f5;
  border-style:solid;
  border-width:2px;
  border-radius:6px;
  border-color:#c3c6c9;
  padding:20px;
  
}
  

.divWrapper {
     position:absolute;
     top:0px;
     padding-top:100%; 
     padding-bottom:100%;
     height:0px;
}

a {
  color:white;
  text-decoration:none;
  font-family:Sans-Serif;
  
}

a:hover{
  color:#a9b3cf;
    text-decoration:none;
      font-family:Sans-Serif;
}

p { 
  color:white;
  font-family:Sans-Serif;
  font-size:20px;
}

ul {
  display: inline;
  text-align:center;
  }

.opbullet {
  list-style-type:none;
}

.bot {
  text-align:center;
  color: #e9ecf2;
  text-shadow: 1px 2px 4px black;
}

