img.C{
  
}


title{
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: clamp(1rem, 5vw, 6rem);
  line-height: 1.5;
  font-weight: 900;
  -webkit-text-stroke: 0.03em #000000;
  text-stroke: 0.03em #000000;
}

.body {
  background-image: url('https://themadq.net/background2.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  color: white;
}

html { 
  
}


body, html {
  margin: 0;
  color: white;
  height: 100%;
}

body{
  background-image: url("https://themadq.net/background2.webp");
  background-repeat: no-repeat, repeat;
  background-color: #59008D;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 300vh;
}


.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('') no-repeat center center;
  background-size: cover;
  z-index: -1;/
}

.btn{
  background-color:#6a329f;
  border-color: #1c0333;
}
.btn-primary:hover{
 background-color: #522081;
 border-color: #1c0333;
}

.btn-primary:active{
  background-color:#8a41d0 !important;
  border-color: #390668 !important;
}

btn-primary:visited{
  background-color:#4d0a87;
  border-color: #390668;
}

