.start {
    display: flex;
    justify-content: center;
}

.inicio {
    text-align: center;
    width: 100%;
    max-width: 100vw;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('https://imgs.search.brave.com/daqv6tt9E-Fghpu2p7vtjrVmMhG4bjso6r9oqg3sN-o/rs:fit:1200:1200:1/g:ce/aHR0cHM6Ly9wbmcu/cG5ndHJlZS5jb20v/YmFja19vcmlnaW5f/cGljLzA0LzMyLzM3/L2ExZjk4MmYyZTA4/MDg3OTBmOTZiN2M2/NzZjMTUxZjgxLmpw/Zw');
}

#icon-start {
    width: 300px;
    max-height: 300px;
    padding: 20px;
} 

.text {
    display: flex;
    justify-content: center;
}

#text-start {
    position: relative;
    font-size: 33px;
    font-weight: bold;
    color: white;
    width: auto;
    max-width: 400px;
}