:root {
    --dark: #433049;
    --light: #9fe5c8;

   

}

body{
    background-color: var(--dark);
    color: var(--light);
    font-size: 24px;
    text-align: center;
    font-family: "Crimson Text", serif;
    line-height: 25px;
    list-style-position: inside;
    
}

.sponsor {
    transform: rotate(348deg);
    color: yellow;
    margin-top: 10%;
  }

p{
    line-height: 1.5;
}

h1 {
    font-family: "Syne Tactile", serif;
    
}

h2{
    font-family: "Delius Swash Caps", serif;
    font-size: 23px;
}


a{
    color: #a196a5;
}



.box {
    display: inline-block;
    border-width: 3px;
    border-color: var(--light);
    border-style: dashed;
    width: 15%;
    vertical-align: top;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 10px;
}

.break {
    margin-top: 90px;
}


.hidden {
    color: var(--dark);
}


body.twk{
    background-image: url('Assets/Images/ADACHI.png');
    background-size: 10%;
}

.center{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Image Border Code
.imgbox{
    display: inline-block;
    border-width: 3px;
    border-color: var(--light);
    border-style: dashed;
    width: 35%;
    margin: 20px;
    vertical-align: top;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding: 10px;
} */

.left{
    text-align: left;
}

 /*   Code For Image Background
background-image: url('Assets/Images/1200.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%; */

