@import url('fonts/roboto.css');

html, body {
    margin: 0;
    height: 100%;
    color: #EEEEEE;
}

body {
    background-color: #222222;
    background-image: url('nasa-1582362237721-2576.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 36px;
}

.head {
    height: 100%;
    margin-bottom: -20px;
/*    border: solid 1px red;*/
}

.headlogo {
    display: inline-block;
/*    border: solid 1px red;*/
/*    background-image: url('noop-logo-transparent-white.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 65px;*/

}

.headlogo img {
    border: none;
    height: 65px;
    margin: 10px;
}

.headcontent {
    display: inline-block;
/*    border: solid 1px red;*/
    position: absolute;
    left: 40%;
    top: 40%;
    width: 40%;
/*    background: rgba(0,0,0, 0.3);
}

.head-description {
/*    border: solid 1px yellow;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
}

.foot {
/*    border: solid 1px green;*/
    height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.letolteslink {
    margin: 15px 0;
/*    border: solid 1px white;*/
}

.gomb {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-decoration: none;
    background-color: #69ba12;
    color: #EEEEEE;
}

a {
    color: #EEEEEE;
}
