:root {

                /* colors */
                --content: #151515;

            }

body {
  background-image: url("/images/black.png") ;
  background-size: cover ;
  background-color:rgba(0, 0, 0, 0.5);
  font-family: "Motherish";
  color: white ;
  font-size: 100% ;
}

@font-face {
    font-family: "Motherish";
    src: url('fonts/Motherish-Regular.ttf') format('truetype') ;
}
            lg,
            h1,
            h2,
            h3,
            h4 {
                color: white;
            }
                       
            lg {
                font-size: 124px;
            }
            
            h1 {
                font-size: 96px;
                text-shadow: 0 0 20px #fff;
            }
            
            h2 {
                font-size: 64px;
            }
            
            h3 {
                font-size: 48px;
            }
                       
            h4 {
                font-size: 24px;
            }
            
                                   
            h5 {
                font-size: 16px;
            }

.block {
  border: 2px;
  border-style: solid;
  border-color: #FFFFFF;
  padding: .6em;
  display: block;
  word-break: break-word;
  width: 550px;
  text-align: left;
}

a:link {
  color: #9068c4;
}

a:visited {
  color: #514691;
}
