html, body {
    margin: 0;
    padding: 0;
    }
body {
    background-color: #000000; 
    font-family: Verdana, sans-serif; 
    font-size: 120%;
    color:#ffffff;
    background-image: url('bkg.jpg');
    background-attachment: fixed;
    }
#main{
    text-align: center;
    margin-top:50px;
}
.text{
    background: linear-gradient(120deg, #ffffff 40%, #24f7ae 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#siteTitle{
    font-family: "Pacifico";
    font-size: 400%;
    text-shadow: 0 0 42px #0fa;
}
hr{
    width:42%;
    border: 10px solid #ffffff50;
    border-radius: 5px;
}