@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #373867;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1 {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 62px;
    font-weight: bolder;
    color: white;
}

.optica-nombre {
    display: inline-block;
    text-align: center;
    white-space: pre-wrap;
}
