@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');

body,html {
    height: 100%;
    padding: 0%;
    margin:auto;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    background-color: rgb(185, 185, 185);
}

#bg {
    position: relative;
    background-image: url('../img/castle.jpg');
    /* Full height */
    height: 100%;
    width: 100%;
    z-index: -0;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    font-size: 100px;
}
.subtitle {
    font-size: 100px;
}