html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-image: linear-gradient(to top right, #00353a, #000d1b);
    color: #2AD6DD;
}

div#placeholder{
	height:100vh;
}

div#mobil{
}

div#szoveg{

}

img#logo{
	max-width:100%;
	max-height:100%;
}

img#mobilkep{
    max-height: 90vh;
	max-width:100%;
    overflow: auto;
}
img#android{
	max-width:40%;
}

.button{
    background: #2AD6DD;
    font-weight: 600;
    color: #00232C;
}
.button:hover{
    color:#00353A
}

.navbar{
    margin-bottom: 1rem;
}

.apply{
    margin-top: 5rem;
}


.table{
    color: #2AD6DD; !important;
}
