/*!
Theme Name: Starter
Author: Ivana Kruljac
Author URI: https://ivanakruljac.netlify.app/
Description: DigitaleSeiten Network Starter Theme 
Version: 1.0
Text Domain: starter
*/
html {
    margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: url('./assets/images/aurora.jpg') no-repeat 50%;
    background-size: cover;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    height: 100vh;
    position: relative;
}
body:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62,69,81,.55);
    content: '';
}
.holder {
    position: relative;
    z-index: 1;
    padding-top: 75px;
}
img {
    display: block;
    margin: 0 auto;
}
h1 {
    margin: 30px 0;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: normal;
}