@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Rozha+One&display=swap');

body {
    /* box-shadow: 0px 0px 1000px 0px rgba(106, 10, 138, 0.471); */
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* bg is radial gradient with glowing green centre and darker outside */
    /* centre the point of radial */
    background-image: radial-gradient(circle,  rgba(255, 255, 255, 0.856), rgba(158, 158, 158, 0.5), rgba(116, 116, 116, 0.699),rgba(0, 0, 0, 0.911));
    
}

.content {
    z-index: 1;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0px 0px 1000px 0px rgba(106, 10, 138, 0.471); */
    /* background: white; */
    /* background-color: rgba(0,0,0,0); */
    width: 400px;
    height: 200px;
    text-align: center;
    justify-content: center;
    /* Add your content styling here */
}

.centeredBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0px 0px 1000px 0px rgba(106, 10, 138, 0.471); */
    background: transparent;
    /* background-color: rgba(0,0,0,0); */
    width: 400px;
    height: 200px;
    text-align: center;
    justify-content: center;
    font-family: 'Rozha One', serif;
}

h3 {
    margin: 0px;
}

.siteTitle {
    text-align: center;
    justify-content: center;
    font-size: 70px;
    font-weight: bold;
    color: rgb(29, 29, 29);
    /* font-family: 'Aclonica', sans-serif; */
    font-family: 'Rozha One', serif;
    margin: 0px;
    height: 80px;
}

