@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(248,252,70,1) 100%);
    color:azure;
}

.contenedor{
    display: flex;
    flex-direction: column;
    
}
h1{
    font-size: 48px;
}
h2{
    font-size: 36px;
}
img{
    width: 40%;
    height: 40%;
    border-radius: 360px;
}