html,body{
  height: 100%;
  width: 100%;
  background-color: white;
  font-family: Concert One;
}
*{
  box-sizing: border-box;
}
.container{
  border: 3px solid #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.row{
  padding:10px;
  background-color: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.column{
  float:left;
}
.left{
  width:15%;
}
.right{
  width:10%;
}
.middle{
  width:75%;
}
.row:after{
  content: "";
  display: table;
  clear: both;
}
.dot1{
  margin-top: 4px;
  height:12px;
  width:12px;
  background-color: #bbb;
  border-radius: 50%;
  display:inline-block;
}
input[type=text] {
  width: 100%;
  border-radius: 3px;
  border: none;
  background-color: white;
  margin-top: -8px;
  height: 40px;
  color: #000000;
  padding: 5px;
  font-family: Concert One;
  text-align: center;
  font-size: 2em;
}
.bar{
  width: 17px;
  height:3px;
  background-color: #aaa;
  margin:3px 0;
  display: block;
}
.content{
  padding:10px;
}

/*Home page menu*/
.marisa{
  text-align: center;
  padding-top: 2%;
  font-size: 4em;
}
/*Search bar*/
.seachbar{
  width: 70%;
  border-radius: 3px;
  border: none;
  background-color: #ebebeb;
  margin-top: -10px;
  margin-left: 17%;
  height: 40%;
  color: #000000;
  padding: 5px;
  font-size: 1.5em;
}

.buttonrow{
  height: 90px;
  width: 90px;
  background-color: #a8a8a8;
  border-radius: 75%;
  margin-left: 160%;
  margin-top:40px ;
  position: relative;
  z-index: 999;
  pointer-events: auto;
}
.button1{
  height: 75px;
  width: 75px;
  background-color: #a8a8a8;
  border-radius: 75%;
  margin-left: -165px;
  margin-top:150px ;
}
.column1 {
  float: left;
  width: 250px;
  padding:10px;
}

.row1::after {
  content: "";
  clear: both;
  display: table;
}

.column2 {
  float: left;
  width: 250px;
  padding:45px;
}

.row2::after {
  content: "";
  clear: both;
  display: table;
}

/*hover*/
.buttonhover:hover{
  background-color: #a8a8a8;
  height: 75px;
  width:75px;
}
