body {
	background: url('background.png') no-repeat center top fixed;
    background-size: cover;
	/* background-color: #000000; */
    font-size: 50px;
    font-family: sans-serif;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #6C929F;
    transition: color 0.3s ease;
}

a:hover, a:active, a:visited {
    color: #89ACB9;
}

#youtube, #dateiverzeichnis, #phpmyadmin {
    width: fit-content;
	padding: 0 1rem;
    height: fit-content;
    background-color: rgba(2, 40, 53, 0);
    text-align: center;
    margin: 15% auto 15%;
    transition: width 0.3s ease-in-out;
}

/*
#dateiverzeichnis {
    width: fit-content;
	padding: 0 1rem;
    height: 60px;
    background-color: rgba(2, 40, 53, 0);
    text-align: center;
    margin-left: 25%;
	margin-right: auto;
	margin-top: 15%;
    transition: width 0.3s ease-in-out;
}

#phpmyadmin {
    width: fit-content;
	padding: 0 1rem;
    height: 60px;
    background-color: rgba(2, 40, 53, 0);
    text-align: center;
    margin-left: auto;
	margin-right: 25%;
	margin-top: -60px;
    transition: width 0.3s ease-in-out;
}*/

#phpmyadmin:hover, #youtube:hover, #dateiverzeichnis:hover {
    background-color: rgba(16, 64, 80, 1);
    width: fit-content;
    transition: background-color 0.3s ease-in, width 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 30px;
    }

    #phpmyadmin {
        width: 80%;
    }

    #phpmyadmin:hover {
        width: 85%;
    }
}
