* {
   
    font-family: 'dela gothic one';
}

body {
    background-image: url(../images/wallpaper.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.col {
    display: flex;
    flex-direction: column;
    scale: .90;
    margin-top: 0;
    margin-left: 25px;
}

main {
    width: 90%;
}

.seperator {
    background-color: rgba(255, 238, 0, 0.76);
    width: 10px;
    border-radius: 10px;
    margin: 50px;
    margin-left: 0;
}

aside {
    width: 100%;
    
}

.container-fluid {
    background-image: linear-gradient(to top, black, rgb(107, 105, 105));
}

section {
    background-color: rgba(224, 224, 224, 0.874);
    border-radius: 15px;
    width: fit-content;
   justify-content: center;
   align-items: flex-start;
   display: flex;
   flex-direction: column;
    
 
   
  
}

div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
justify-content: center;
    margin: 5px;
    
}

.container {
    display: flex;
    justify-content: center;
    margin: auto;
  margin: 50px;
  justify-content: center;
  align-content: center;
  width: max-content;
}

.screenshot {
    border: 2px solid black;
    width: 50%;
    margin: 20px;
    
}
.screenshot1 {
    border: 2px solid black;
    width: 100%;
    
    
}
.subtitle {
    width: 100%;
    border-radius: 15px;
    text-align: center;
}

.intro {
    width: fit-content;
}

.mark {
    width: 100%;
}

.link a {
    color: black;
    
    text-decoration: none;
}

.title {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    font-family: 'dosis';
    
}

.title-adj {
    color: rgba(238, 18, 18, 0.659);
}

.top{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
    
}

.jumbotron  {
    filter: opacity(90%);
    background-image: linear-gradient(to top, rgba(0, 179, 255, 0.553), rgba(255, 170, 0, 0.63));
    margin: auto;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.49);
    margin-bottom: 10px;
}

.logo {
  max-width: 200px;
}

.big {
    font-size: 200px;
    color: black;
}

p {
    font-family: 'rajdhani';
    color: white;
    font-size: xx-large;
}

.how {
    width: 20%;
    height: 100%;
}

.video {
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
    padding: 50px;
}

.vid {
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    
}

.link {
    font-size: larger;
}

.logo {
    margin: 5px;
    height: auto;
}


h2 {
    font-family: 'dela gothic one';

}

.pic {
    padding: 10px;
    width: fit-content;

}

h2 {
    color: white;
}

.red {
    color: rgb(223, 250, 219);
    font-size: large;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    padding: 3px 5px;
    margin: 3px;
    font-family: 'dela gothic one';
}

.code {
    font-size: large;
    background-color: black;
    border-radius: 8px;
    padding: 3px 5px;
    margin: 5px;
    font-family: 'dela gothic one';
    color: white;
}

li {
    font-size: x-large;
    margin: 10px;
    margin-bottom: 20px;
    color: black;
}

.top {
    width: fit-content;
    background-color: rgba(247, 255, 4, 0.556);
    border-radius: 20px;
}

h1:hover {
    scale  : 1.1;
    transition: 0.4s;
}

.stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 15px;
    margin: 10px;
    width: 90%;

}

a {
    margin-top: 0px;
}

.navbar li {
    margin-top: 0px;
}

.how {
    width: 400px;
    height: 100%;
    border: 2px solid rgba(53, 12, 91, 0.273);
    border-radius: 15px;
}

.navbar-brand {
    font-size: xx-large;
}

ul {
    list-style: none;
    font-family: 'borel';

}

li {
    font-family: 'rajdhani';

}

h1 {
    color: rgb(25, 102, 189);
}

img:hover {
    scale: 1.1;
}

.logo2 {
    height: 150px;
    margin: 0px 20px;
}

.padding {
    padding: 30px;
}

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

   * {
    margin: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 5px;
   }

   .row {
    flex-direction: column;
    
   }

   .jumbotron {
    flex-direction: column;
    width: 100%;
    
   }

   .aside {
    width: 100%;
    height: fit-content;
   }

   
}
