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

@font-face {
    font-family: Nunito-SemiBold;
    src: url(/fonts/Nunito-SemiBold.ttf);
}

@font-face {
    font-family: Nunito-ExtraBold;
    src: url(/fonts/Nunito-ExtraBold.ttf);
}

@font-face {
    font-family: PressStart2P;
    src: url(/fonts/PressStart2P-Regular.ttf);
}


:root{
    --header-font: PressStart2P;
    --paragraph-font: Nunito-SemiBold;
    --lila: #360CC9;
    --text-header-font:#DDF1F4;
}

html{
    font-size: 16px;
    scroll-behavior: smooth;
}
.title-h2{
    background: url(/images/fondo-titulo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 135px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

h2{
    font-size: 2.1rem;
    font-family: var(--header-font);
    line-height: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    bottom: 10px;
    letter-spacing: 0-1px;
}

h3{
    font-size: 1.2em;
    font-family: var(--header-font);
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
}

p{
    font-family: var(--paragraph-font);
    color: #FFF;
    letter-spacing: 2px;
}

a{
    letter-spacing: 2px;
}

section{
    padding: 5em 6.25em;
}


    
.main-section {
    padding: 4em;
}

.ads{
    height: 200px;
    background-color:A0A0A0;
    text-align: center;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}