
@font-face {
    font-family: "Lovely Monoline";
    src: url("fonts/LovelyMonolineRegular.ttf")
}

@font-face {
    font-family: "Scrabble";
    src: url("fonts/Scrabbles.ttf")
}

@font-face {
    font-family: "Cangeline";
    src: url("fonts/CangelineFont.ttf")
}

body, html {
    height: 100%;
    margin: 0;
    color: white;
    text-align: center;
}
  
.container {
    /* The image used */
    background-image: url("img/Zit-min-s.jpg");
    /* Full height */
    height: 100%;
    
    /* box-shadow: inset 0 0 0 1000px rgba(201, 161, 161, 0.5); */
    box-shadow: inset 0 0 0 1000px rgba(219, 219, 219, 0.2);

    /* Center and scale the image nicely */
    /* background-position: center; */
    /* background-position-y: -30px; */
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

h1 {
    font-family: "Scrabble";
    /* font-size: 120px; */
    font-size: 8rem;
    font-weight: lighter;
}

h2 {
    font-family: "Lovely Monoline";
    margin-bottom: 50px;
    font-size: 35px;
    transition: color, 0.6s;
}

h2:hover {
    color: rgb(13, 191, 214);
}

h3 {
    font-family: "Cangeline";
    margin: 5px;
    font-size: 30px;
    transition: color, 0.6s;
}

h3:hover {
    color: rgb(255, 115, 0)
}

.slash {
    margin: 0px 10px;
}

.line, .line2 {
    width: 350px;
    background-color: white;
    margin: 0 auto;
}

.line {
    height: 2px;
}
.line2 {
    height: 1px;
}

.heart {
    display: inline-block;
    height: 8rem;
    position: relative;
    top: 2rem;
}