:root{--background:#f5ebe6;--main-blue:#1899cd;--main-purple:#981868;--secondary-background:#f5f5f5;--secondary-black:#000;--secondary-red:#f31046}html{background-color:var(--background);font-family:Questrial}h1{font-family:Poiret One}body{flex-direction:column;min-height:100vh;display:flex}h2{margin-bottom:10px;font-weight:500}h1,h2{color:var(--main-blue)}a{color:var(--main-purple);text-decoration:none}a:hover{text-decoration:underline}.content-container{width:90%;margin:0 auto 2rem}.content-container p{margin:0 0 1rem;line-height:1.2}.headingComponent{margin:2rem auto}.loader{aspect-ratio:1;width:50px;margin:1rem auto;display:grid}.loader:before,.loader:after{background:var(--c)50% 0,var(--c)50% 100%,var(--c)100% 50%,var(--c)0 50%;content:"";--c:no-repeat radial-gradient(farthest-side,#1899cd 92%,#0000);background-size:12px 12px;grid-area:1/1;animation:1s infinite l12}.loader:before{filter:hue-rotate(45deg);background-size:8px 8px;margin:4px;animation-timing-function:linear}@keyframes l12{to{transform:rotate(.5turn)}}.errorType{flex-direction:column;justify-content:center;align-items:center;height:62vh;margin:2rem auto;display:flex}.errorType .error404{color:var(--main-purple);font-family:Poiret One;font-size:200px}@media screen and (max-width:767px){.errorType .error404{font-size:100px}.errorType img{width:100px;height:100px}}@media screen and (min-width:768px){.errorType{flex-direction:row}.errorType img{margin:0 1rem}}@media screen and (min-width:992px){h1{font-size:35px}h2{font-size:25px}.errorType{height:55vh}}@media screen and (min-width:2000px){.content-container{width:60%}}
