#navi{
    list-style: none;
    text-align: right;
    color:red;
    font-size: 25px;
}

#navi li{
    display: inline-block;
    padding: 20px;
}

#img1{
    float: left;
    margin-left:20px;
    margin-right: auto;
    width: 15%;
  }

body{
    padding: 0;
    margin: 0;
    background-color:black
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  width: 100%;
}

.content-wrapper img {
  width: 100%;
}

.text-wrapper {
  width: 100%;
  position: relative;
  margin-top: -40%;
}

.text-wrapper h1 {
  text-align: left;
  font-size: 3vw;
  color: white;
  font-family:'Courier New', Courier, monospace;
  padding: 20px;
}

.text-wrapper h2 {

  text-align: left;
  margin: 5px;
  font-size: 20px;
  color: white;
  padding: 20px;
  margin-top: -3%;
  font-family: sans-serif;
}

.text-wrapper h3 {
  margin: 13%;
  margin-left: 20px;
  text-align: left;
  font-size: 20px;
  color: red;
  font-family: 'Courier New', Courier, monospace;
  display: inline-block;
  border-style: solid; border-color: red; padding: 5px;
}

#box {
  text-align: left;
  font-size: 20px;
  color: white;
  font-family:'Courier New', Courier, monospace;
  padding: 20px;
  margin-top: -6%;
}

#anotherbox {
  text-align: left;
  font-size: 18px;
  color: white;
  font-family: sans-serif;
  padding: 20px;
  margin-top: -6%;
  margin-bottom: 30px;
}

#section {
  text-align: left;
  font-size: 20px;
  color: white;
  font-family:'Courier New', Courier, monospace;
  margin-top: -9%;
  padding: 20px;
}

.box {
  width: 250px;
  height: 250px;
  margin: 5px;
  float: left;
  padding: 20px;
}

.wrapper {
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items:center;
}

.image {
  position: relative;
  margin-top: -5%;
}

img{
  width: 80%;
  display: block;
  margin: auto;
}

.image:hover{
  border-style: solid; border-color: red; padding: 5px;
}

#footer {
  height: 200px;
  background-color: grey;
  margin-top: 20px;
}

#text{
  list-style: none;
  text-align: left;
  font-size: 15px;
  display: inline-block;
  margin: 20px;
}

#contact{
  list-style: none;
  text-align: left;
  font-size: 15px;
  display:inline-flex;
  margin: 20px;
}

a:hover {
  opacity: 0.3;
}

#BUY:hover {
 background-color: azure;
}

#SELL:hover {
  background-color: azure;
 }

 #CATALOG:hover {
  background-color: azure;
 }

 #ABOUT:hover {
  background-color: azure;
 }

 #SIGNIN:hover {
  background-color: azure;
 }