@font-face {
    font-family: 'Rouge Script';
    src: url('RougeScript-Regular.ttf');
}

body {
    background-color: #000;
}

h1 {
    text-align: center;
    font-family: 'Rouge Script';
    font-size: 50px;
    text-shadow: -5px 5px 4px;
}
