@font-face {
    font-family: persianSword;
    src: url(_fonts/PersianSwordDemoRegular.ttf);
}

@font-face {
    font-family: dogica;
    src: url(_fonts/dogica.otf);
}

@font-face {
    font-family: coolvetica;
    src: url(_fonts/coolvetica\ rg.otf);
}

@font-face {
    font-family: cocogoose;
    src: url(_fonts/Cocogoose\ Pro-trial.ttf)
}

body {
    background: linear-gradient(#33333c, #63747d);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

  

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: cocogoose;
    letter-spacing: 2px;
}

h1.ulrike {
    font-family: persianSword;
    letter-spacing: 25px;
    font-size: 100px;
}

h3.projectInfo {
    font-family: dogica;
    font-size: 25px;
}

#divTitle, #divDescription {
    text-align: center;
}

