body, html {
    height: 100%;
    margin: 0;
}
  
.landingPagePicture {
    background-image: url("./img/karlovacko.jpg");
    height: 1080px; 
    display: block;
    
    background-position: center;
    background-repeat: no-repeat;
}

.welcomeText{
    font-size: 48px;
    font-family: 'Amatic SC';
    padding-top: 100px;
}

.infoText{
    font-family: 'Amatic SC';
    font-size: 32px;
    
    text-align: center;
    
    margin-top: 25px; 
    display: block
}

.center {
    margin-left: auto;
    margin-right: auto;
}

th, td{
    font-family: 'Amatic SC';
    font-size: 32px;
    padding-top: 25px;
}

#signatureSpan{
    color: grey;
}

#signatureHeart{
    width: 22px;
    margin-bottom: -4px;
}

#signatureLink{
    color: grey;
    text-decoration: none;
}

@media (max-width: 600px) {
    th, td{
        font-size: 14px;
        width: 100px;
    }
}