body, html {
    background-color: white;
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1,h4,h3,p {
    color: black;
}

.bar {
    border-radius: 20px;
    display: flex;
    gap: 1rem;
    padding: 1rem 1rem;
    background-color: black;
}

button {
    background-color: white;
    color: black;           
    padding: 12px 27px;       
    border: none;             
    cursor: pointer;          
    font-size: 16px;           
    border-radius: 20px;
    transition: background-color 0.7s ease;
}

button:hover {
    background-color: #6e6e6e;
    transform: scale(1.05);
}

.dcihqnote {
    display: flex;
    align-items: center; 
    text-align: left;
    gap: 20px;           
}

.dcihqnote img {
    border-radius: 2%;
}

.dcihqweb {
    display: flex;
    align-items: center; 
    text-align: right;
    flex-direction: row-reverse;
    gap: 20px;           
}

.dcinote {
    display: flex;
    align-items: center; 
    text-align: right;
    flex-direction: row-reverse;
    gap: 20px;  
}

.dcihqweb img {
    border-radius: 2%;
}

.dcihqmail {
    display: flex;
    align-items: center; 
    text-align: left;
    gap: 20px;           
}

.dcihqmail img {
    border-radius: 2%;
}

#description {
    margin-top: 0px;
    text-align: center;
}

.moto {
    padding: 0rem 6.3rem;
}

.botbar {
    display: flex;
    justify-content: center;  
    align-items: center;   
    gap: 5rem;
    padding: 1rem;
    background-color: black;
    border-radius: 20px;
}

.botbar #donations {
    display: flex;         
    justify-content: center;
}

.botbar #donations h4 {
    color: white;     
}

.mainPage h1, h4, #buttons {
    button {
        background-color: black;
        color: white;           
        padding: 12px 27px;       
        border: none;             
        cursor: pointer;          
        font-size: 16px;           
        border-radius: 20px;
        transition: background-color 0.7s ease;
    }   

    button:hover {
        background-color: #6e6e6e;
        transform: scale(1.05);
    }
    text-align: center;
}

.mainPage2 {
    text-align: center;
}

.mainPage4 {
    text-align: center;
}

.donations {
    text-align: center;
}

#downloads {
    button {
        background-color: black;
        color: white;           
        padding: 12px 27px;       
        border: none;             
        cursor: pointer;          
        font-size: 16px;           
        border-radius: 20px;
        transition: background-color 0.7s ease;
    }   

    button:hover {
        background-color: #6e6e6e;
        transform: scale(1.05);
    }
}

.search {
    text-align: center;
}

.search button {
    background-color: black;
    color: white;
    padding: 12px 14px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    transition: background-color 0.7s ease;
}

.search button:hover {
    background-color: #6e6e6e;
    transform: scale(1.05);
}

.search input[type="search"] {
    width: 700px;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 25px;
    /*outline: none;*/
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
}

.search input[type="search"]:focus {
    border-color: black;
    box-shadow: 0 0 5px black;
}

.search input[type="search"]::placeholder {
    color: #999;
    font-style: italic;
}

.search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.mainPage3 {
    text-align: center;
}

#engine {
    padding: 10px;
    font-size: 16px;
    border: 2px solid black;
    border-radius: 10%;
    outline: none;
    transition: all 0.3s ease;
    background-color: black;
    color: white;
    background-color: black;
    color: white;           
    padding: 12px 14px;       
    border: none;             
    cursor: pointer;          
    font-size: 16px;           
    border-radius: 20px;
}

.mainPage5 {
    text-align: center;
}

.mainPage5 {
    text-align: center;
}

.mainPage5 #title {
    button {
        font-size: 50px;
    }
}

#whatSearch {
    background-color: white;
    color: black;           
    padding: 12px 27px;       
    border: none;             
    cursor: pointer;          
    font-size: 16px;           
    border-radius: 20px;
    transition: background-color 0.7s ease;
}