@font-face {
    font-family: typewriter;
    src: url("https://yyyahshodra.neocities.org/fonts/Typewriter.ttf"), url('fonts/Typewriter.ttf');
}

body {
    position: relative;
    font: 30px "typewriter";
    background-image: url("images/bg3.jpeg");
    background-size: 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 15px white, 0 0 5px blue;
    margin: 350px 20px 0 200px;
    text-align: right;
}

#q{
    font-size: 20px;
    position: absolute;
    right: 0;
    width: fit-content;
    padding: 5px;
    border: inset 2px;
}

#links{
    margin-top: 20px;
}

hr {
    border: 6px solid #ffffff;
}

a{
    color: #91d9ec;
}

h2{
    margin: 10px;
}

