* {
    margin: 0;
    top: 0;
    font-family: 'Comic Sans MS';
    background-color: #182D3D;
}

.navbar {
    display: flex;
    background-color: #182D3D;
    padding: 20px;
    width: 100%;
    border-bottom: 5px solid #FFB914;
}

.logo {
    width: 150px;
    height: 50px;
}


ul {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

li {
    display: flex;
    white-space: nowrap;
    padding-left: 50px;

}

a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.lupa {
    width: 30px;
    height: 30px;

}

.buscar-arriba {
    border-radius: 40px;
    width: 250px;
    background-color: white;
    border-color: #FFB914;
}

.buscar-arriba:hover {
    border-color: #FFB914;
    background-color: #6787E6;
    color: white;
}

.article {
    text-align: center;
    padding-top: 200px;
}

.article2 {
    text-align: center;
}

.logo-principal {
    width: 400px;
    height: 150px;
}


.buscar-principal {
    border-radius: 20px;
    width: 1000px;
    height: 50px;
    background-color: white;
    border-color: #FFB914;
    font-size: 22px;
}

.buscar-principal:hover {
    border-color: #FFB914;
    background-color: #6787E6;
    color: white;
}


.enlaces{
    text-align: center;
    display: flex;
    padding: 25px;
    justify-content: space-between;
}

.conter {
    background-color: white;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding:25px;
    text-align: center;

}

.link {
    background-color: white;
    width: 25px;
    height: 25px;
}

.a2{
    background-color: white;
}

.footer {
    background-color: #182D3D;
    margin-top: 198px;
    height: 50px;
    text-align: center;
    padding: 10px;
    border-top: 5px solid #FFB914;
    color: white;
}