#head {
  font-size: 100px;
  font-family: bold;
  color: cornflowerblue;
  text-shadow: -5px 5px rgba(0, 0, 0, 0.5);
}

body {
  background-color: gainsboro;
}

.box {
  margin-top: 50px;
  width: 980px;
  height: 1500px;
  background-color: white;
  border-radius: 0px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.7);
}

.box input{
  margin-top: 100px;
  width: 60%;
  height: 5%;
  object-fit: cover;
  border-radius: 20px;
  font-size: 30px;
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-right-color: white;
  border-color: white;
  box-shadow: 0px 5px 20px 0px rgb(0,0,0,0.4);
  position: absolute;
  top:470px;
  left:200px;
}
.box #sb{
  background-color: cornflowerblue;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  width: 30%;
  height: 5%;
  object-fit: cover;
  border-radius: 10px;
  font-size: 30px;
  box-shadow: 0px 5px 20px 0px rgb(0,0,0,0.5);
}

.box h1{
  margin-top: 50px;
  margin-bottom: -90px;
  font-size: 30px;
  opacity: 1;
}

#login {
  color: white;
}

.con {
  width: 980px;
  height: 200px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgb(0,0,0,0.2);
}

#search {
  margin-left: 600px;
  font-size: 30px;
}

#top {
  margin-top: 40px;
  height: 3px;
  background-color: black;
  opacity: 0.5;
}

#se {
  color:white;
  text-shadow: -5px 5px rgb(0,0,0,0.3);
}
.con b{
  font-size: 50px;
  color: grey;
  margin-left: 0px;
}

.con button {
  margin-top: 50px;
  margin-left: 400px;
  width: 200px;
  height: 100px;
  font-size: 30px;
  border-radius: 10px;
  
}

#bottom {
  margin-top:10px;
  height: 3px;
  background-color: black;
  opacity: 0.5;
}

.box #pf{
  width: 150px;
  height: 150px;
  border-radius: 100px;
  outline-color: white;
  border:10px solid white;
  box-shadow: 0px 10px 20px 0px rgb(0,0,0,0.7);
  
}

.box #up {
  width: 170px;
  height: 85px;
  position: absolute;
  top:  570px;
  left: 800px;
  background-color: cornflowerblue;
  border-radius: 100px;
  font-size: 20px;
  box-shadow: 0px 10px 20px 0px rgb(0,0,0,0.4);
}