body{
    background: url(images/startpageImage.jpg) center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.startpageTagInfo{
    /* color: rgb(33, 33, 33); */
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    letter-spacing: 0;
    text-align: center;
    line-height: 5px;
    font-family: 'Play', sans-serif;
    font-size: 12.5pt;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 1%;
}
h4{
    opacity: 0%;
    padding-top: 5%;
}
h4:hover{
    color: rgb(255, 0, 0);
    opacity: 100%;
}
