@font-face {
    font-family: "myFirstFont";
    src: url("./fonts/Ubuntu-Regular.ttf");
}

html {
    width: 100%;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    
    background: transparent url("domainpark.png");
    background-size: cover;
    background-repeat: no-repeat;

    

    font-family: Ubuntu; 
    font-weight: 400;

    width: 100%;
    height: 100%;    
}

div.infobox {
    position: absolute;
    bottom: 100px;
    width: 100%;
    
    margin: 0px;
    background: transparent url("bg_main_trans70.png");
}

h1, h3 {
    padding: 30px 0 0 30px;
    margin: 0px;
}
    h3 {
        padding: 10px 0 30px 30px;
        font-weight: normal;
    }

a, a:hover, a:active {
    text-decoration: underline;
    color: black;
}

div.logo {
    position: absolute;
    top: 0px;
    left:  0px;
    width: 200px;
    height: 50px;
    background: transparent url("logo.png") no-repeat;
    
}