.navegadores {
    display: flex;
    flex-direction: column !important;
}

.logoHeader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: white;
}

h1 {
    font-family: Arial-Extra-Bold !important;
    font-size: 5.5rem;
    display: block;
    color: white;
    border-bottom: 3px solid white;
    margin-bottom: 30px;
}

p {
    display: block;
    font-family: Arial-Extra-Bold !important;
    font-size: 1.1rem;
    display: block;
    color: white;
}

    p a, p a:visited {
        font-family: Arial-Extra-Bold !important;
        border-bottom: 1px solid transparent;
        color: #ffc800;
    }

a:hover {
    color: #ffc800 !important;
    border-bottom: 2px solid #ffc800 !important;
}

span {
    font-family: Arial-Extra-Bold !important;
    margin-top: 10px;
    display: block;
    font-size: 1.1rem;
    color: white;
}
