:root {
  

}

body
{
    --background: url(bgtest.jpg);
    height: 100vh;
    margin: 0px;
    width: 100vw;
    overflow: hidden;

 }

ul{
    list-style-type: none;
}

.Syllable {
    color: #565543e3;
    text-decoration: none;
    transform-origin: 40px 18px;    
    font-family: serif;
    font-weight: bold;
    font-size: 40px;
    position: absolute;          
    left: -40px;
    top: -18px;
    right: 0;
    margin: auto;
    border: 1px solid;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;    
    line-height: 36px;
    width: 80px; 
    height: 36px;
    text-align: center;
    transition: all 2s ease;      
    box-shadow: 0px 0px 20px 3px #111111;   
    background: #ecca70;
    
    }

#theringA, #theringB, #theringC
{  
    background: url(STARGATE.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -500px;
    top: -500px;
    width: 1000px;
    height: 1000px;
    position: absolute;
    /*transition: all 0.5s ease;*/
    
}

#ringhost{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 0vmin;  
    height: 0vmin;
    position : absolute;
}

#ringrelA, #ringrelB, #ringrelC
{
    position: relative;
    height: 100%;   
}

h1{
    font-family : ;
    color: aqua;
}
/*
div:hover
{
        transform: rotate(350deg);
}
*/