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

*{
    padding: 0;
    margin: 0;

}

#instrucciones{
    width: 800px;
}

body{
    background-image: url("../img/fondo-html.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-top: 3%;
}
