@font-face {
    font-family: paragraph;
    src: url('../NineteenNinetyThree.otf');
}

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: blue;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: blue;
  }

/*SCROLLBAR END*/

body {
        overflow: scroll;
    overflow-x: hidden;
}

section {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    height: 1000px;
}

.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    width: 100%;
}

.title {
    position: relative;
    width: 500px;
    left: 60px;
    top: -100px;

}

h2 {
    font-family: paragraph;
    color: blue;
    font-size: 40px;
    font-weight: 100;
    position: relative;
    line-height: 80%;;
    top: -250px;
    left: 650px;
}

h3 {
  font-family: paragraph;
  font-weight: 100;
  color: blue;
  font-size: 50px;
  position: relative;
  top: 70px;
}

p {
  font-family: paragraph;
  font-size: 30px;
  text-align: center;
}

.container {
  position: relative;
  top: -300px;
}

.fit {
  width: 500px;
  border-width: 6px;
  border-style: solid;
  border-image: linear-gradient(to top, blue, white) 1;
}

.outfit {
  display: block;
  margin-left: 100px;
  margin-bottom: -50px;
}

.row {
      display: grid;
      grid-template-columns: auto auto auto;
}

.texture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    width: 100%;
    z-index: -1;

}

footer {
  font-family: paragraph;
  color: blue;
  text-align: center;
  font-size: 30px;
  padding-top: 80px;
  padding-bottom: 20px;
}