@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 34%, rgba(144, 0, 0, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    font-family: 'Lexend Deca', sans-serif;
    margin-bottom: 3rem;
    font-size: 40px;
    text-shadow: 12px 10px 10px rgba(0, 0, 0, 0.678);
}

.construccion {
    margin-top: 10%;
    display: grid;
    justify-items: center;
    text-align: center;
}