@font-face {
    font-family: 'Benne';
    src: url('../../fonts/Benne-Regular.ttf');
}

body {
    margin: 20px;
    padding: 20px;
    font-family: 'Benne', serif;
    color: #000000;

    background-image: linear-gradient(rgba(255, 255, 255, 0.80),rgba(255, 255, 255, 0.80)
    ),url('../../Pictures/mainbg.jpg');

    background-size: cover;          /* Scales image to cover the full screen */
    background-position: center;     /* Centers the image */
    background-repeat: no-repeat;    /* Prevents tiling */
    background-attachment: fixed;
}

a {
    color: #0000EE;
}

a:visited {
    color: #551A8B;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

p {
    font-size: 18px;
    line-height: 1.5;
}
