body {
  background-image: url("/weed/weedbg.gif");
  background-repeat: no-repeat;
   background-size: cover;
}
.poopshart{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header {
    padding: 0;
     margin: 0;
}
body{
  min-height: 100vh;
 background-image: url("/weed/weedbg.gif");
 background-attachment: fixed; 
  background-size: 100% 100%;
   padding-left: 400px;
   padding-right: 400px;
   padding-bottom: 400px
}
#container{
background: #000018;
  color: #ba0000;

  font-family: "dreamscar";


  display: flex;
flex-direction: column;
 border: dotted 2px #7cff00;
}

img {
  width: 19%;
  height: auto
}
 
@font-face{
    src: url("Dreamscar.ttf");
        font-family: "dreamscar"
      }
 
h1 {
  font-size: 50px;
  
}

 
h2 {
  color: #ba0000;

}

.right{
  font-family: "font";

}
.left,

header{
   background: #000018;
  color: #ba0000;
  
  flex: 1;

}
section{
   background: #000018;
  color: #7cff00;
  flex: 5;
  display: flex;

  
}
.left{
  flex: 1;
  border: dotted 2px #7cff00;

}
.right{
  flex: 10;
  border: dotted 2px #7cff00;

}
a:link {
  color:#00ff0a 
;
}

a:visited {
  color:  #00be4a
}

#container2 section{

  display: flex;
  justify-content: center;
 align-items: center
}


.left2{ flex: 2;
 border: dotted 2px #7cff00;
}
.right2 { flex: 10;
  border: dotted 2px #7cff00;
}





