 body {
     background-color: black;
     color: white;
     font-family: Snatched;
     font-size: x-large;
     image-rendering: pixelated;
     padding: 0;
     margin: 0;
     width: 100vw;
}
 .bannercontainer {
     height: 100vh;
     width: 100%;
     background-image: url(/assets/img/devtitleback.png);
     background-size: cover;
     justify-content: center;
     mask-image: linear-gradient(to bottom, white 80%,transparent 100%);
}

 .logo {
     padding-top: 20vh;
     margin: auto;
     justify-self: center;
     justify-content: center;
}
 .logo img {
     max-width: 100%;
     width: 600px;
}
 .icons {
     display: flex;
     margin: auto;
     justify-content: center;
}
 .icon {
     display: flex;
     max-width: 50px;
     padding-left: 16px;
     padding-right: 16px;
}
 .feet {
     color: #ffffff3a;
     margin: auto;
     justify-self: center;
     padding: 50px;
     font-size: large;
}
