body{
	background-color: rgb(0, 0, 0);	
	font-style:italic;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	min-height: 100vh;
}

h1 {
		text-align:center;	
        font-size:100px;
		color:rgb(255, 255, 255);
		text-decoration:underline;
		margin-top: 40px;
}

.link{
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
	padding: 20px;
	background: #1e1e32;
	border-radius: 15px;
	border:2px solid rgba(23, 23, 23, 0.496);

}
.logo{
	max-width: 100%;
}
section{
	text-align:center;
	margin-top:300px ;
}
.Search{
	text-align:center;
	gap: 24px;

}

h2{
	text-align: left;
	text-decoration: underline;
	color: white;
	padding: 7px;
	
}
.All,.Anime,.Series,.Popular,.Film{
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 6px;
    margin: 10px;
}
.Historic,.Watchlist{
	display: grid;
    grid-template-columns: repeat(250, auto);
    gap: 6px;
    margin: 10px
}

.All,.Historic img,.Watchlist img,.Anime img,.Series img,.Popular img,.Film img{
    width: 175px;
	height: 250px;
	border-radius: 15px;
	background: #181828;
	transition: transform 0.3s ease;	
}
.All img:hover,.Historic img:hover,.Watchlist img:hover,.Anime img:hover,.Series img:hover,.Popular img:hover,.Film img:hover{
	transform: scale(1.1);
	opacity: 0.85;
	}
.Nav{
	gap: 30px;
	display: flex;
	font-size: 1.2rem;
	align-items: center;
}
p{
	color: white;
	font-size: 20px;
}
section{
	background: #181828;
	border-radius: 15px;
	margin:15px;
}

input[type="search"] {
    width: 400px;  
    height: 40px;   
    font-size: 18px; 
	border-radius:20px;
	margin:15px;
}
nav a{
	color:white;
	margin-top: 10px;
	align-items: center;

}
.Disconnected{
	display: flex;
	justify-content: center;
}
.profil-container img{
	margin-top: 10px;
	height: 100px;
}
.profil-container h1{
	font-size: 50px;
	margin-left: 20px;
}
.profil-container{
	text-align: center;
	margin-top: 10px;
	align-items: center;
}
figcaption{
	color: white;
	padding-top: 6px;
}
header {
  position: fixed;
  top: 0;
  Z-index: 1000;
  
}
.Hidden-box{
	width: 200px;
    height: 150px;
    background-color: black
}
label{
	color: white;
}
.log-in-button{
	padding: 25px;
	background-color:white;
	border: 25px;
	margin: 25px;
}
table{
	color:white;
}
.description{
	padding-bottom: 30px;
}
footer{
	border-radius: 15px;
	text-align: center;
	padding: 1px;
}