/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
html{
    background-image: url(https://i.imgur.com/I4IF27V.png)
    height: 100%;
}

@font-face {
	font-family: 'Gilroy';
	src: url('Gilroy-HeavyItalic.eot');
	src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
		url('Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('Gilroy-HeavyItalic.woff') format('woff'),
		url('Gilroy-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

.title {
    font-family: 'Gilroy';
    color: #FFFFFF;
    filter: drop-shadow(2px 2px 0px #ff00b9);
    font-size: 32.5px;
}

{//////////---Allgemein---//////////}


.heads{
   font-family: 'PixelOperator8Regular';
   font-weight: normal;
   font-style: normal;
} 

.navigation{
 
 text-align: center;
 margin-top: 20px;
 align-content: flex-end;
 
}

.navtools{
  height: auto;
}

.verbindung{
    width: 50px;
    height: auto;
}

span {
  color: #ffffff;
}

#align {
    text-align: left;
}

.text {
    color: #ffffff;
    font-size: 25px;
    font-family: "Courier New";
}

li {
    color: #ffffff;
    font-size: 25px;
    font-family: "Courier New";
    padding-right: 20px;
    padding-left: 20px;
}

{//////////---Main---//////////}

.container_socials {
    text-align: center;
    background-color: rgb(255, 0, 87, 50%);
    border: 2px solid #fff;    
    margin: 20px;
    padding-top: 10px;
    padding-bottom: 8px;

}

.box {
    text-align: center;
    background-color: rgb(255, 0, 87, 50%);
    margin-right: 20px;
    margin-left:  20px;
    border: 2px solid #fff; 
    padding: 20px;
}

body {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#first {
    width: 300px;
    overflow: hidden;
    margin-top: 20px;
}
#second {
    justify-content: center;
    width: 600px;
    padding: 20px;
    background-color: rgb(255, 0, 87, 50%);
    border: 2px solid #ffffff;
    overflow: hidden;
    margin-top: 20px;
    
}

#three {
    flex-direction: column;
    justify-content: center;
    width: 180px;
    border: 2px solid #ffffff;
    margin-top: 20px;
}

.gif {
    background-image: url(https://files.catbox.moe/9i73js.gif);
    height: 50px;
    width: 150px;
}

.taskbar{
  width: 1920px;
  height: 70px;
  background-color: grey;
  margin-top: auto;
}

.start{
   width: 20px;
  height: 50px;
  color: black;
}

.time {
  width: 20px;
  height: 50px;
  color: black;
}