﻿#body {
    background-color: ;
    background-color: #212121;
}
#learnthetruth,
#learnthetruth:focus,
#learnthetruth:visited,
#learnthetruth:hover,
#learnthetruth:active {
    display: flex;
    justify-content: center !important;
    text-decoration: none !important;
    color: white;
}
.custombtn1 {
  
 margin-left:0px !important;
    border:1px solid white  !important;
    background-color: #212121 !important;
    border-radius: 20px !important;
    transition: ease 0.3s !important;
}

#navbar {
    transition: top 0.3s;
    background-color: #131313;
}

#icon {
}
#logolink {
    display:flex ;
    justify-content: center !important;
}


#logo {
    align-content:center !important;
    justify-content:center !important;
   text-decoration:none;
    width: 40px;
    height: 40px;
}
.custombtn1:hover {
    background-color: #434343 !important;
    transition: ease 0.3s;
}


#firstblock {
    background-color: #131313;
    margin-top: 100px;
    border-radius: 10px !important;
}

.customfirstblock {
    border-radius: 10px !important;
}

#secondblock {
    background-color: #131313;
    margin-top: 100px;
    border-radius: 10px !important;
}

.customvideo {
    max-width: 100%; /* Make it responsive */
    height: auto; /* Maintain aspect ratio */
}



