
h1{
    width:500px;
    padding:70px;
    /*background:#221211;*/
    text-align:center;
    color:white;
    text-shadow:0 0 4px #0d6efd,
                0 0 4px #0d6efd,
                0 0 8px #0d6efd,
                0 0 8px #0d6efd,
                0 0 40px #0d6efd,
                0 0 40px #0d6efd,
                0 0 40px #0d6efd,
                0 0 80px #0d6efd,
                0 0 80px #0d6efd,
                0 0 80px #0d6efd;
    font-family:cursive;
    font-size:100px;
    border-radius:10%;
    box-shadow:0 0 30px 0 white;
}

.button{
border-radius: 30px;
}