@charset "utf-8";

        button{
            margin:0 auto;
            width: 120px;
            height: 120px;
            font-size: 80px;
            border: radius 15px; 

        }
        .pera{
            margin:0 auto;
            width: 250px;
            height: 120px;
            font-size: 80px;
            border: radius 15px; 
        }
        body{
    text-align: center;
    background: url(Panteon\ Hindu.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        }
        h1{
          font-size: 70px;
        }
