body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    background-image: url('imgs/background.PNG');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
h1 {
    color: #ffffff;
    font-size: 2.5em;
}
p {
    color: #707070;
    font-size: 1.2em;
}
a:link {
    color: #cfcfcf;
    text-decoration: none;
}
a:visited {
    color: #cfcfcf;
}
a:hover {
    color: #848484;
    text-decoration: underline;
}
a:active {
    color: #ffffff;
    text-decoration: none;
}
hr {
    border: 0;
    height: 1px;
    background: #ffffff;
    margin: 20px 0;
}
iframe {
    border: none;
    width: 100%;
    height: 300px;
    border-radius: 12px;
}