*{
    padding: 0;
    margin: 0;
}

.logo img{
    width: 4%;
    z-index: 2;
}

.header{
    width: 85%;
    margin: auto;
}

.header h1,h3{
    -webkit-text-stroke: 2px #f7b633;
}



#myVideo2{
    width: 100%;
    height: 500px;
    transition: all 1.6s;
}

.builtInContent{ 
    display: none;
    height: 535px;
    width: 100%;
}


.SWOT-container{
    width: 85%;
    margin: auto;
}

.SWOT-container h2{
    font-family: 'Kalam', cursive;
}

.SWOT-container span{
    font-family: 'Prompt', Young-Serif;
    color: hsl(230, 100%, 95%);
    animation: lights 5s 750ms linear infinite;
}


@keyframes lights {
    0% {
      color: hsl(231, 86%, 17%);
      text-shadow:
        0 0 1em hsla(255, 100%, 50%, 0.2),
        0 0 0.125em hsla(240, 100%, 60%, 0.3),
        -1em -0.125em 0.5em hsla(260, 100%, 60%, 0),
        1em 0.125em 0.5em hsla(210, 39%, 7%, 0.4);
    }
    
    30% { 
      color: hsl(229, 53%, 21%);
      text-shadow:
        0 0 1em hsla(255, 100%, 50%, 0.5),
        0 0 0.125em hsla(240, 100%, 60%, 0.5),
        -0.5em -0.125em 0.25em hsla(260, 100%, 60%, 0.2),
        0.5em 0.125em 0.25em hsla(210, 39%, 7%, 0.4);
    }
    
    40% { 
      color: hsla(210, 39%, 7%, 0.4);
      text-shadow:
        0 0 1em hsla(255, 100%, 50%, 0.5),
        0 0 0.125em hsla(240, 100%, 90%, 0.5),
        -0.25em -0.125em 0.125em hsla(260, 100%, 60%, 0.2),
        0.25em 0.125em 0.125em hsla(210, 100%, 60%, 0.4);
    }
    
    70% {
      color: hsl(230, 65%, 12%);
      text-shadow:
        0 0 1em hsla(210, 39%, 7%, 0.4),
        0 0 0.125em hsla(210, 39%, 7%, 0.4),
        0.5em -0.125em 0.25em hsla(260, 100%, 60%, 0.2),
        -0.5em 0.125em 0.25em hsla(210, 100%, 60%, 0.4);
    }
    
    100% {
        color: hsl(231, 90%, 16%);
        text-shadow:
        0 0 1em hsla(235, 100%, 50%, 0.2),
        0 0 0.125em hsla(240, 100%, 60%, 0.3),
        1em -0.125em 0.5em hsla(260, 100%, 60%, 0),
        -1em 0.125em 0.5em hsla(210, 100%, 60%, 0);
    }
    
}

.SWOT-content{
    display: flex;
    margin-bottom: 3rem;
    justify-content: space-between;
}

.SWOT-content p{
    font-size: 1.2rem;
}

#rimg{
    margin-right: 2rem;
}

#limg{
    margin-left: 2rem;
}
