*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Poppins, sans-serif;
}
body{
    position: relative;
    background: black;
    overflow-x: hidden;
}
/* HEADER */
header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
}
header h1{
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.411),
                0 0 0.125em #3ba7ff;
    font-size: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
header h1 img{
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 5px;
}
header a{
    color: white;
    text-decoration: none;
    font-weight: 500;
}
/* LANDING */
.landing{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: black;
    padding: 3vw;
    background-attachment: fixed;
}
.landing img{
    width: 60%;
    height: 80%;
    border-radius: 40vh;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 1;
    object-fit: contain;
}
.landing h1{
    color: white;
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.411),
    0 0 0.125em #a00000;
    z-index: 2;
    font-size: calc(45px + 0.2vw);
    position: relative;
    margin: 50px auto;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.landing a{
    z-index: 2;
    text-decoration: none;
    color: #a00000;
    font-size: 2rem;
    font-weight: 600;
    border: 0.125em solid #a00000;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.27),
                0 0 0.125em #a00000;
    box-shadow: 0 0 1em #a00000, inset 0 0 1em #a00000;
    position: relative;
    margin: 20px auto;
    text-align: center;
}
.landing a::before{
    content: '';
    display: block;
    position: absolute;
    background: #a00000;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
    filter: blur(1em);
    opacity: 0.7;
    transform: opacity 500ms linear;
}
.landing a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 2em 0.5em #a00000;
    transform: opacity 500ms linear;
    opacity: 0;
}
.landing a:hover{
    background: #a00000;
    text-shadow: none;
    color: black;
}
.landing a:hover::before{
    opacity: 1;
}
.landing a:hover::after{
    opacity: 1;
}
/* ABOUT */
.about{
    width: 100%;
    min-height: 100vh;
    padding: 3vw;
    background: black;
    display: grid;
    place-items: center;
}
.about-inner{
    width: 80%;
    min-height: 60vh;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-image: linear-gradient(66deg, transparent 0%, transparent 24%,rgba(195, 195, 195,0.04) 24%, rgba(195, 195, 195,0.04) 80%,transparent 80%, transparent 100%),linear-gradient(153deg, transparent 0%, transparent 29%,rgba(195, 195, 195,0.04) 29%, rgba(195, 195, 195,0.04) 45%,transparent 45%, transparent 100%),linear-gradient(199deg, transparent 0%, transparent 32%,rgba(195, 195, 195,0.04) 32%, rgba(195, 195, 195,0.04) 59%,transparent 59%, transparent 100%),linear-gradient(277deg, transparent 0%, transparent 56%,rgba(195, 195, 195,0.04) 56%, rgba(195, 195, 195,0.04) 57%,transparent 57%, transparent 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0));
    /* GRADIENT BY https://www.gradientmagic.com/ */
    border-radius: 30px;
    z-index: 5;
}
.about span, .about img{
    width: 45%;
    min-width: 270px;
}
.about span{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 60vh;
}
.about span h1{
    font-size: 65px;
    color: #a00000;
    text-align: center;
}
.about span p{
    line-height: 200%;
    color: white;
    text-align: center;
    font-size: calc(18px + 0.1vw);
}
.about span a{
    padding: 10px 15px;
    border: 2px solid #a00000;
    color: #3ba7ff;
    border-radius: 25px;
    margin: 10px auto;
    text-decoration: none;
}
.about span a:hover, .about span a:focus{
    background: #a00000;
}
/* FEATURES */
.features, .services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: black;
    text-align: center;
    padding: 3vw;
    position: relative;
}
.features::after{
    content: '';
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    min-height: 300px;
    min-height: 300px;
    position: absolute;
    right: 55%;
    top: 40%;
    z-index: 3;
    background-image: linear-gradient(161deg, rgba(218, 218, 218, 0.03) 0%, rgba(218, 218, 218, 0.03) 21%,rgba(145, 145, 145, 0.03) 21%, rgba(145, 145, 145, 0.03) 49%,rgba(34, 34, 34, 0.03) 49%, rgba(34, 34, 34, 0.03) 58%,rgba(64, 64, 64, 0.03) 58%, rgba(64, 64, 64, 0.03) 68%,rgba(151, 151, 151, 0.03) 68%, rgba(151, 151, 151, 0.03) 78%,rgba(96, 96, 96, 0.03) 78%, rgba(96, 96, 96, 0.03) 85%,rgba(181, 181, 181, 0.03) 85%, rgba(181, 181, 181, 0.03) 100%),linear-gradient(101deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 1%,rgba(233, 233, 233, 0.03) 1%, rgba(233, 233, 233, 0.03) 4%,rgba(139, 139, 139, 0.03) 4%, rgba(139, 139, 139, 0.03) 34%,rgba(177, 177, 177, 0.03) 34%, rgba(177, 177, 177, 0.03) 42%,rgba(130, 130, 130, 0.03) 42%, rgba(130, 130, 130, 0.03) 75%,rgba(38, 38, 38, 0.03) 75%, rgba(38, 38, 38, 0.03) 91%,rgba(216, 216, 216, 0.03) 91%, rgba(216, 216, 216, 0.03) 100%),linear-gradient(54deg, rgba(8, 8, 8, 0.03) 0%, rgba(8, 8, 8, 0.03) 25%,rgba(166, 166, 166, 0.03) 25%, rgba(166, 166, 166, 0.03) 39%,rgba(181, 181, 181, 0.03) 39%, rgba(181, 181, 181, 0.03) 41%,rgba(200, 200, 200, 0.03) 41%, rgba(200, 200, 200, 0.03) 74%,rgba(18, 18, 18, 0.03) 74%, rgba(18, 18, 18, 0.03) 83%,rgba(134, 134, 134, 0.03) 83%, rgba(134, 134, 134, 0.03) 86%,rgba(56, 56, 56, 0.03) 86%, rgba(56, 56, 56, 0.03) 100%),linear-gradient(264deg, rgba(209, 209, 209, 0.03) 0%, rgba(209, 209, 209, 0.03) 18%,rgba(31, 31, 31, 0.03) 18%, rgba(31, 31, 31, 0.03) 26%,rgba(77, 77, 77, 0.03) 26%, rgba(77, 77, 77, 0.03) 27%,rgba(3, 3, 3, 0.03) 27%, rgba(3, 3, 3, 0.03) 36%,rgba(125, 125, 125, 0.03) 36%, rgba(125, 125, 125, 0.03) 37%,rgba(233, 233, 233, 0.03) 37%, rgba(233, 233, 233, 0.03) 64%,rgba(118, 118, 118, 0.03) 64%, rgba(118, 118, 118, 0.03) 100%),linear-gradient(90deg, rgb(26, 26, 26),rgb(24, 24, 24));    /* GRADIENT BY https://www.gradientmagic.com/ */
}
.features h1{
    width: 100%;
    font-size: 40px;
    color: #cce9ff;
    font-size: calc(50px + 0.1vw);
    margin: 5px;
    z-index: 5;
}
.features span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    width: 25%;
    min-width: 300px;
    min-height: 250px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px lightgrey;
    background: white;
    margin: 20px;
    padding: 30px;
    background-image: linear-gradient(112.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%,rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%,rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%),linear-gradient(157.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%,rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%,rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%),linear-gradient(135deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(176, 176, 176) 53%, rgb(176, 176, 176) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(137, 137, 137) 60%, rgb(137, 137, 137) 88%,rgb(118, 118, 118) 88%, rgb(118, 118, 118) 91%,rgb(99, 99, 99) 91%, rgb(99, 99, 99) 100%),linear-gradient(90deg, rgb(195, 195, 195),rgb(228, 228, 228)); 
    background-blend-mode:overlay,overlay,overlay,normal;
    /* GRADIENT BY https://www.gradientmagic.com/ */
}
.features span:nth-of-type(2){
    transform: scale(1.1, 1.15);
}
.features span h1{
    color: rgb(46, 46, 46);
    font-size: calc(35px + 0.1vw);
}
/* SERVICES */
.services h1{
    width: 100%;
    font-size: calc(50px + 0.1vw);
    text-shadow: 0 0 10px #0b4870;
    color: rgb(224, 224, 224);
    z-index: 5;
}
.services span{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 25%;
    min-width: 300px;
    background: #cce9ff;
    border-radius: 15px;
    margin: 20px;
    z-index: 5;
    border: 3px solid black;
}
.services span h1{
    font-size: 30px;
    color: #0b4870;
    text-shadow: none;
}
.services span img{
    width: 60%;
    min-width: 260px;
    margin-bottom: 15px;
}
.services div{
    width: 100%;
}
.services div a{
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    width: 25%;
    min-width: 300px;
    text-decoration: none;
    background: #0b4870;
    margin: 20px auto;
    display: block;
    color: #3ba7ff;
}
.services div a:hover, .services div a:focus{
    color: black;
    background: #cce9ff;
}
/* NEWS */
.news{
    width: 100%;
    min-height: 20vh;
    background: linear-gradient(135deg, #cce9ff, #cce9ff 65%, #0b4870 65%, #0b4870), rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    display: grid;
    place-items: center;
}
.news-inner{
    width: 80%;
    height: 80%;
    min-width: 300px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(173, 216, 230, 0.467);
    background-blend-mode: overlay;
    border-radius: 50px;
}
.news-inner img{
    width: 40%;
    min-width: 300px;
}
.news-inner span{
    width: 60%;
    height: 100%;
    min-width: 260px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news-inner span h1{
    font-size: 40px;
    font-weight: 800;
}
.news-inner span p{
    margin: 20px 0;
    font-size: calc(20px + 0.2vw);
}
.news-inner form{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-family: Poppins, sans-serif;
    margin: 20px 0;
}
.news-inner form input{
    width: 60%;
    min-width: 200px;
    padding: 10px;
    border: 1px solid #95aec0;
    border-radius: 5px 0 0 5px;
}
.news-inner form button{
    width: 30%;
    min-width: 150px;
    padding: 10px;
    background: #cce9ff;
    color: #0b4870;
    border: none;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
}
/* TEAMS 1 */
.teams1{
    padding: 5vw;
    text-align: center;
    background: black;
}
.teams1 h1{
    font-size: 40px;
    font-weight: 800;
    color: #cce9ff;
    margin: 10px auto;
}
.teams1 p{
    font-size: 20px;
    font-weight: 400;
    margin: 10px auto;
    color: white;
}
/* TEAMS 2 */
.teams2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(323deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 16.667%,rgba(46, 46, 46, 0.01) 16.667%, rgba(46, 46, 46, 0.01) 33.334%,rgba(226, 226, 226, 0.01) 33.334%, rgba(226, 226, 226, 0.01) 50.001000000000005%,rgba(159, 159, 159, 0.01) 50.001%, rgba(159, 159, 159, 0.01) 66.668%,rgba(149, 149, 149, 0.01) 66.668%, rgba(149, 149, 149, 0.01) 83.33500000000001%,rgba(43, 43, 43, 0.01) 83.335%, rgba(43, 43, 43, 0.01) 100.002%),linear-gradient(346deg, rgba(166, 166, 166, 0.03) 0%, rgba(166, 166, 166, 0.03) 25%,rgba(240, 240, 240, 0.03) 25%, rgba(240, 240, 240, 0.03) 50%,rgba(121, 121, 121, 0.03) 50%, rgba(121, 121, 121, 0.03) 75%,rgba(40, 40, 40, 0.03) 75%, rgba(40, 40, 40, 0.03) 100%),linear-gradient(347deg, rgba(209, 209, 209, 0.01) 0%, rgba(209, 209, 209, 0.01) 25%,rgba(22, 22, 22, 0.01) 25%, rgba(22, 22, 22, 0.01) 50%,rgba(125, 125, 125, 0.01) 50%, rgba(125, 125, 125, 0.01) 75%,rgba(205, 205, 205, 0.01) 75%, rgba(205, 205, 205, 0.01) 100%),linear-gradient(84deg, rgba(195, 195, 195, 0.01) 0%, rgba(195, 195, 195, 0.01) 14.286%,rgba(64, 64, 64, 0.01) 14.286%, rgba(64, 64, 64, 0.01) 28.572%,rgba(67, 67, 67, 0.01) 28.572%, rgba(67, 67, 67, 0.01) 42.858%,rgba(214, 214, 214, 0.01) 42.858%, rgba(214, 214, 214, 0.01) 57.144%,rgba(45, 45, 45, 0.01) 57.144%, rgba(45, 45, 45, 0.01) 71.42999999999999%,rgba(47, 47, 47, 0.01) 71.43%, rgba(47, 47, 47, 0.01) 85.71600000000001%,rgba(172, 172, 172, 0.01) 85.716%, rgba(172, 172, 172, 0.01) 100.002%),linear-gradient(73deg, rgba(111, 111, 111, 0.03) 0%, rgba(111, 111, 111, 0.03) 16.667%,rgba(202, 202, 202, 0.03) 16.667%, rgba(202, 202, 202, 0.03) 33.334%,rgba(57, 57, 57, 0.03) 33.334%, rgba(57, 57, 57, 0.03) 50.001000000000005%,rgba(197, 197, 197, 0.03) 50.001%, rgba(197, 197, 197, 0.03) 66.668%,rgba(97, 97, 97, 0.03) 66.668%, rgba(97, 97, 97, 0.03) 83.33500000000001%,rgba(56, 56, 56, 0.03) 83.335%, rgba(56, 56, 56, 0.03) 100.002%),linear-gradient(132deg, rgba(88, 88, 88, 0.03) 0%, rgba(88, 88, 88, 0.03) 20%,rgba(249, 249, 249, 0.03) 20%, rgba(249, 249, 249, 0.03) 40%,rgba(2, 2, 2, 0.03) 40%, rgba(2, 2, 2, 0.03) 60%,rgba(185, 185, 185, 0.03) 60%, rgba(185, 185, 185, 0.03) 80%,rgba(196, 196, 196, 0.03) 80%, rgba(196, 196, 196, 0.03) 100%),linear-gradient(142deg, rgba(160, 160, 160, 0.03) 0%, rgba(160, 160, 160, 0.03) 12.5%,rgba(204, 204, 204, 0.03) 12.5%, rgba(204, 204, 204, 0.03) 25%,rgba(108, 108, 108, 0.03) 25%, rgba(108, 108, 108, 0.03) 37.5%,rgba(191, 191, 191, 0.03) 37.5%, rgba(191, 191, 191, 0.03) 50%,rgba(231, 231, 231, 0.03) 50%, rgba(231, 231, 231, 0.03) 62.5%,rgba(70, 70, 70, 0.03) 62.5%, rgba(70, 70, 70, 0.03) 75%,rgba(166, 166, 166, 0.03) 75%, rgba(166, 166, 166, 0.03) 87.5%,rgba(199, 199, 199, 0.03) 87.5%, rgba(199, 199, 199, 0.03) 100%),linear-gradient(238deg, rgba(116, 116, 116, 0.02) 0%, rgba(116, 116, 116, 0.02) 20%,rgba(141, 141, 141, 0.02) 20%, rgba(141, 141, 141, 0.02) 40%,rgba(152, 152, 152, 0.02) 40%, rgba(152, 152, 152, 0.02) 60%,rgba(61, 61, 61, 0.02) 60%, rgba(61, 61, 61, 0.02) 80%,rgba(139, 139, 139, 0.02) 80%, rgba(139, 139, 139, 0.02) 100%),linear-gradient(188deg, rgba(227, 227, 227, 0.01) 0%, rgba(227, 227, 227, 0.01) 20%,rgba(105, 105, 105, 0.01) 20%, rgba(105, 105, 105, 0.01) 40%,rgba(72, 72, 72, 0.01) 40%, rgba(72, 72, 72, 0.01) 60%,rgba(33, 33, 33, 0.01) 60%, rgba(33, 33, 33, 0.01) 80%,rgba(57, 57, 57, 0.01) 80%, rgba(57, 57, 57, 0.01) 100%),linear-gradient(90deg, hsl(237,0%,13%),hsl(237,0%,13%));
    /* GRADIENT BY https://www.gradientmagic.com/ */
    padding: 2vw;
}
.teams2 span{
    width: 20%;
    min-width: 300px;
    text-align: center;
    color: white;
    border-right: 1px solid white;
    padding: 20px;
    margin: 1%;
    color: #cce9ff;
}
.teams2 span:nth-child(4){
    border-right: none;
}
.teams2 span h1{
    color: #3ba7ff;
}
/* REVIEWS */
.reviews{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3vw;
    width: 100%;
    text-align: center;
    color: white;
    background-image: linear-gradient(307deg, transparent 0%, transparent 10%,rgba(190, 190, 190,0.04) 10%, rgba(190, 190, 190,0.04) 64%,transparent 64%, transparent 100%),linear-gradient(118deg, transparent 0%, transparent 11%,rgba(190, 190, 190,0.04) 11%, rgba(190, 190, 190,0.04) 31%,transparent 31%, transparent 100%),linear-gradient(73deg, transparent 0%, transparent 22%,rgba(190, 190, 190,0.04) 22%, rgba(190, 190, 190,0.04) 90%,transparent 90%, transparent 100%),linear-gradient(156deg, transparent 0%, transparent 51%,rgba(190, 190, 190,0.04) 51%, rgba(190, 190, 190,0.04) 97%,transparent 97%, transparent 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0));
    /* GRADIENT BY https://www.gradientmagic.com/ */
}
.reviews h1, .reviews h3{
    width: 100%;
}
.reviews span{
    width: 20%;
    min-width: 300px;
    text-align: center;
    padding: 20px;
    color: white;
    margin: 5px;
    border-radius: 5px;
}
.reviews h3{
    font-weight: 400;
}
.reviews span img{
    height: 10vw;
    width: 10vw;
    min-height: 100px;
    min-width: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0.4vw 0;
    object-position: top;
}
.reviews div{
    width: 100%;
    display: grid;
    place-items: center;
    margin: 1vw 0;
}
.reviews div a{
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    background: #cce9ff;
    color: #0b4870;
    text-decoration: none;
}
.reviews div a:hover, .reviews div a:focus{
    color: #cce9ff;
    background: #0b4870;
}
/* FOOTER */
footer{
    width: 90%;
    min-width: 300px;
    margin: 30px auto;
    border-radius: 50px;
    min-height: 60vh;
    background: linear-gradient(-135deg, #cce9ff, #cce9ff 50%, #0b4870 50%, #0b4870), rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.footer-l, .footer-r{
    width: 40%;
    min-width: 270px;
    height: 100%;
}
.footer-l{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
    text-align: start;
}
.footer-l h1{
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.411),
    0 0 0.125em #3ba7ff;
    font-size: 40px;
    width: 100%;
    text-align: start;
    color: white;
}
.footer-l span{
    width: 60%;
    height: 100%;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 15px 0;
    color: #cce9ff;
}
.footer-r h1{
    width: 100%;
    color: #0b4870;
}
.footer-r form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.footer-r form input, .footer-r form textarea{
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.128);
    backdrop-filter: blur(1px);
    margin: 3px 0;
}
.footer-r form button{
    width: 100%;
    padding: 5px 10px;
    margin: 5px auto;
    background: #0b4870;
    color: white;
    border-radius: 3px;
    border: none;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid black;
    cursor: pointer;
}
.footer-r form button:hover, .footer-r form button:active{
    color: #cce9ff;
    background: #3ba7ff;
}
/* BOTTOM */
.bottom{
    width: 100%;
    min-height: 75px;
}
.b-span, .bottom p{
    width: 100% !important;
    text-align: center;
    color: white;
    padding: 15px;
}
.b-span{
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.b-span a{
    margin: 0 10px; 
    transition: transform 0.4s ease-in-out;
}
.b-span a img{
    height: 75px;
    width: 75px;
    min-width: 75px;
}
.b-span a:hover, .b-span a:focus{
    transform: scale(1.1, 1.1);
}

/* SLIDING */
@keyframes slideX {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes slideY {
    0%{
        opacity: 0;    
    }
    100%{
        opacity: 1;
    }
}