* {
  box-sizing: border-box;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: #0c0909;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
  color:#fff !important;
}

.header svg {
  width:20vw;
  min-height:500px;
  max-height:1200px;
}

.header svg image {
  width: 100%;
  height: 100%;
}

.social a {
  color: #fff;
  font-size: 1.3rem;
}
.social a:first-of-type {
  margin-left:0;
}
.social a {
  margin-left:0.7rem;
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
    .header svg {
      width:50vw;
    }
}

@media screen and (max-width: 600px) {

.container{
    background-size: contain;
    background-position-y: center;
  }

  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

}
