html{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #4682B4, #00008B);
}

body{
    font-family: 'Inter', sans-serif;
    color: #444;
}

.titulo{
    margin: 20px;
}

.titulo h1{
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
