body {
  background-color: #ffdab9;
  color: #ff1493;
  font-size: 115%;
}
nav {
  overflow: hidden;
  position: fixed;
  background: #000000;
  width: 100%;
  height: 5%;
  top: 0;
  left: 0;
}
a {
text-decoration: none;
color: #ff1493;
font-size: 115%;
}
a:hover {
  color: #ff1493;
}
a:visited {
  color: #ff1493;
}
img{
  float: center;
  border-color: #ff1493;
  border-width: 5px;
  border-style:inset;
  border-radius: 10px;
}
button {
  background: #ffdab9;
  color: #ff1493;
  border: none;
  font-size: 100%;
}
#womenclothing{
  float: center;
  top: 80px;
  right: ;
  width: 200px;
  height: 200px;
  border: 3px solid #ff1493;
  
}
#tops{
  float: center;
}
#shorts{
  float: center;
}
#shortss{
  float: left;
  border: 3px solid #ff1493;
  width: 200px;
  height: 200px;
}
#prices{
  float: center;
}
p{
  float: center;
}
#logo {
  position: fixed;
  opacity: clear;
  top: 0;
  right: 0;
}