header{
  height:auto;
}
body{
  background-color: white;
  float: none;
  margin:0px;
  width: 100%;
}
h2{
  text-align: center;
  font-size:35px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  float: none;
}
#h2header{
  background-color:black;
  color:white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: grey 3px 3px 3px;
  height: 50px;
  text-align: center;
  float: none;
  width: 100%;
  margin: 0px;
}
nav{
  float: none;
  height: 50px;
  width:100%;
  
}
.left{
 height:70px;
  width:150px;
  display:flex;
  overflow: hidden;
  padding: 0px;
  margin:0px;
  border: 0px;
  float: left;
}
.mid{
  list-style: none;
  float:left;
  width: 40%;
  
  font-weight: bold;;
}

.mid li{
  width:50px;
  padding-left:70px;
  float: left;
  
}
.mid li a{
  color:black;
}
.mid li a:hover{
  color: rgb(254, 89, 117);
}
.right{
list-style: none;
float: right;
width:25%;
}
.right li{
  float:left;
}

li a{
  text-decoration: none;
  font-size: 15px;
  font-family:'Times New Roman', Times, serif ;
}
li a img{
  width: 20px;
  height: 20px;
}

#contactinfo{
  text-align: center;
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 420px;
}
#card-items{
  float: left;
  margin: 10px;
  border: solid black 1px;
  border-radius: 25px;
}

#card-items img{
  width: 180px;
  height: 175px;
}

#cards{
  float: none;
}

#card-items2{
  float: left;
  width:12%;
  border: black solid 1px;
  border-radius: 20px;
  margin: 10px;
}

#card-items2 img{
  width: 125px;
  height: 175px;
}

#cards2{
  float: none;
}

#items{
  height:400px;
  float: none;
  margin-top:20px;
  margin-bottom: 120px;
}
#items2{
  width: 100%;
  height:400px;
  float: none;
  margin-top:20px;
  margin-bottom: 120px;
}

#items3{
  width: 100%;
  height:400px;
  float: none;
  margin-top:20px;
  margin-bottom: 120px;
}

#itemcard{
  width:20%;
  float: left;
  margin: 5px;
  padding: 10px;
  border: solid black 1px;
  border-radius: 25px;
}

#itemcard img{
  width: 180px;
  height: 175px;
  overflow: hidden;
}

#itemcard2{
  margin: 22px;
  width:10%;
  float: right;
  padding: 10px;
  border: solid black 1px;
  border-radius: 25px;
}
#itemcard2 img{
  width: 85px;
  height: 185px;
  overflow: hidden;
}
#itemcard3{
  margin: 10px;
  width:10%;
  float: right;
  padding: 10px;
  border: solid black 1px;
  border-radius: 25px;
}

#fyp:hover{
  text-decoration: underline;
}
button{
  width: 300px;
  height: 40px;
  background-color: rgb(254, 89, 117);
  color: white;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
}
button:hover{
  background-color: rgb(0, 0, 0);
  color: white;
}

#login{
  margin: auto;
  width: 50%;
  height: 450px;
}
#itemcard3 img{
  width: 85px;
  height: 185px;
  overflow: hidden;
}

.red:hover{
  color: red;
}
.pink:hover{
  color:rgb(250, 112, 135);
}

footer{
width: 100%;
clear: both;
background-color: black;
color: white;
font-size: 35px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-shadow: gray 3px 3px 3px;
text-align: center;
}