body {
    text-align: center;
    background-image: url(wallpaper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

h1, h2 {
    font-family: "Rakkas", serif;
    color: rgb(0, 0, 0);
    font-style: normal;
    -webkit-text-stroke: 2px  rgb(255, 255, 255);
    text-shadow: 0px 0px 5px white;
    margin-bottom: 0px;
    margin-top: 1em;
}

h1 {
    font-family: "Rakkas", serif;
    font-size: 100px;
    color: rgb(0, 0, 0);
    font-style: normal;
    -webkit-text-stroke: 2px  rgb(255, 255, 255);
    text-shadow: 0px 0px 5px white;
    line-height: 0,5px ;
    
}

h2 {
    font-size: 70px;
}

iframe {
    border: 10px ridge rgb(255, 255, 255);
    box-shadow: 0px 0px 5px white;
}

