html,body{
  min-width: 1200px;
}

header{
  background-color: rgb(255, 73, 73); /*orange*/
	position: relative;
	top: 20px;
  height: 167px;
  cursor: pointer;
  overflow: hidden;
}

#title{
    font-family: 'Reem Kufi', sans-serif;
    margin: 0 auto;
    font-size: 50px;
}

#textTitle {
  font-size: 50px;
  bottom: 0;
  text-align: left;
}

.logosize{
  width: 180px;
  height: 167px;
  background-color: rgb(255, 251, 251);
  border-style: solid;
  float:left;
}
.pacman{
  border-style: solid;
  min-width: 1000px;
}

.headerimg:hover{
  background-color: yellow;
  cursor: pointer;

}
.video{
width: 50%;
margin: 0 auto; 
margin-left:10%;
}
main{
  font-family: 'Reem Kufi', sans-serif;
  font-size: 30px;
  margin:200px;


}

.counter-right{
  text-align:right;
  margin:80px;

}
.counter-center{
  text-align:left;
  margin:80px;

}
.counter-center h2{
  text-align:center;

}

#uparrow{
  width: 50px ; 
  height: 50px; 
  position: fixed; 
  bottom: 50px; 
  right: 50px;
}
#uparrow:hover{
  cursor: pointer;

}
* {
    box-sizing: border-box;
  }
  


  .row {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    margin: auto;
    width: 75%;
    height:10%;

  }
  
  /* Create four equal columns that sits next to each other */
  .row .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .row .column img {
    margin-top: 8px;
    vertical-align: middle;
    height:120px;
  }

 #starbucks {
    width: 32%;
    margin-left: 35%;
}

#goback{
	width:50px;
	height:50px;
  bottom:4px;
  left:2px;
  position: fixed;
  cursor: pointer;
}
