#left{
  width: 25px;
  margin-bottom: 10px;
}
#right{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  height: 170px;
}
.centre{
  text-align: center;
  font-weight: bold;
  opacity: 0.3;
}
h5{
  font-size: 20px;
  opacity: 0.3;
  margin-bottom: -7px;
}
.main{
  display:flex;
  justify-content: space-between;
  background-color: whitesmoke;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: right;
  border-radius: 5px;
 
  
  
  
  
}
.b{
  opacity: 0.3;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}
.c{
  margin-right: 10px;
}
.bt{
  display: flex;
  justify-content: space-between;
  
  
  
  
}
button{
  padding-right:40px;
  padding-left: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: yellow;
  border:none;
  font-weight: bold;
  background-color: whitesmoke;
  border-radius: 5px;
  margin-top: 10px;
}
.y{
  background-color: #fad234;
}
.aa{
  position: fixed;
  left: 0;
  bottom: 10px;;
  width: 100%;
  margin-top: 20px;
  
  
}
.d{
  margin-left:10px;
  padding-right: 47px;
  padding-left: 50px;
}
.y{
  margin-right: 10px;
}
.top{
  margin-top: -5px
}
h1{
  margin-top: -1px;
  font-size: 30px;
}
body{
  font-family: 'Noto Sans Display', sans-serif;
}