.title{
    color: cornflowerblue;
    font-size: 30px;
    font-weight: bold;
}

.btn{
    background-color: blue;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
}

.btn:hover{
    background-color: rgb(8, 8, 148);
}

.a{
    text-align: center;
}
.ele{
    display: flex;
    justify-content: center;
    gap: 10px;
}