:root {
    --primary-color:#8A2BE2;
    --darky-color: black;
    --second-color:WhiteSmoke;
    --base-font-size: 1.25em;
    --margin: 25px;
    --margin-phone: 0:
}

.container .text {
	max-width: 300px;
   	padding: 5px;
	position:absolute;
	left: 100px; 
	top: 100px;
	font-size: 12pt;
}

body{
    background: var(--background-color-grad);
    color: var(--darky-color);
    margin: 15px;
    max-width: 50%;
    background-color: var(--darky-color);
}

*{box-sizing: border-box;}

a {
    color: white;
    transition-duration: 1s; 
    text-decoration: dotted;
}

p{
    word-break: break-word;
}

a:hover{
    transition-duration: 1s; 
    filter: blur(10px);
}

.prez{
    cursor: wait;
}

.titre{
    margin: var(--margin);
    rotate: 1 1 1 1.25deg;;
    font-size: 2.25em;
    white-space: nowrap;
}


ul, li{
    margin: .5em var(--margin);
    display: inline-block;
    position: relative;
    margin-left: 0;
          display:  inline-block;  
}

hr{
    width: 100%;
    padding: 0;
}

main{
    margin-bottom: 30px;
    font-size: 16px;
}

.stickers{
    background-color: white;
    display: inline-block;
}

.case{
    color: #000000;
    max-width: 100;
    margin: 0;
    padding: 3em;
    hyphens: auto;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    display: block;
    border: 1px dotted #ffffff;  
    background-color: black;
    color: var(--second-color);
    box-shadow: 10px 10px 30px 10px #191970;
}

table, th{
    border-collapse: collapse;
    border-spacing: 0;
  padding: 2.5px 5px;
  border-style: dashed dotted dashed;
}

hr{
	border-style: dotted;
}

@media screen and (min-width: 200px) and (max-width: 1000px) {
    body{
    background: var(--background-color-grad);
    color: var(--darky-color);
    margin: 0;
    max-width: 100%;
    background-color: #F5F5F5;
    }

    *{box-sizing: border-box;}

a {
    color: white;
    transition-duration: 1s; 
    text-decoration: dotted;
}

a:hover{
    transition-duration: 1s; 
    filter: blur(10px);
}

.prez{
    cursor: wait;
}

.titre{
    margin: var(--margin-phone);
    rotate: 1 1 1 1.25deg;;
    font-size: 2.25em;
    white-space: nowrap;
}


ul, li{
    font-size: 1.25em;
    margin: .5em var(--margin);
    display: inline-block;
    position: relative;
    margin-left: 0;  
}

hr{
    width: 100%;
    padding: 0;
}


}