body {
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: medium;
    background-color: #ffe0a1;
    -webkit-tap-highlight-color: transparent;
}

.footer {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: medium;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 7.5em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #707070;
    color: #fff;
    text-align: center;
    transition: 1s;
}

.footer:hover {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 12px;
    border-radius: 12px;
}

.search{
    display: grid;
}

.logo {
    color: #ab51ff;
    font-size: 55px;
    transition: 0.7s;
}

.logo:hover {
    transform: scale(1.2);
}

.search-engine {
    display: inline-block;
    margin: 10px;
}

.search-engine img {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
}

.search-engine input[type="text"] {
    width: 400px;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
    background-color:  #fff4de !important;
    border-color: #3A81F1;
    border-width: 2.5px;
    font-size: 16px;
    font-family: "Nerko One", cursive, "Nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    transition: 0.5s;
}

.search-engine input:hover {
    transform: translateY(-2.5px);
}

.search-engine button {
    background-color: #3A81F1;
    color: white;
    padding: 10px 20px;
    border: none;
    height: auto;
    cursor: pointer;
    border-radius: 12px;
    font-size: 16px;
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
    transition: 0.5s; 
}

.search-engine button:hover {
    background-color: #1251b5;
    transform: translateY(-2.5px);
}

.links-text {
    color: #33A852;
}

.div-img {
    display: inline-block;
}

.div-img img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    transition: 0.5s;
    display: inline;
}

.div-img img:hover {
    transform: translateY(-5px);
}

a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: small;
    }

    .footer {
        font-size: medium;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .search-engine {
        margin: 5px;
    }

    .search-engine input[type="text"] {
        width: 250px;
    }

    .search-engine button {
        padding: 5px 10px;
    }

    .div-img img {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: x-small;
    }

    .footer {
        font-size: small;
    }

    .search-engine input[type="text"] {
        width: 150px;
    }

    .search-engine button {
        padding: 3px 5px;
    }

    .links-text {
        font-size: x-large;
    }

    .incognito a {
        font-size: medium;
    }

    .div-img img {
        width: 40px;
        height: 40px;
    }
}
