body {
	font-family: Helvetica, sans-serif;
    background-color: #7fd495;
    height: 1280px;
}

* {
    z-index: 2;
    font-family: 'JetBrains Mono', monospace;
}

#birds {
    position: fixed;
    padding: 0;
    z-index: -1;
}

.sheet {
    z-index: -2;
    position: fixed;
    width: 64%;
    height: 100%;
    max-width: 1240px;

    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #252525;
    box-shadow: 2px 2px 5px;
}

.header {
	font-family: Helvetica, sans-serif;
	background-color: white;
    position: relative;
    text-align: center;
    color: black;
    letter-spacing: 0px;
    line-height: 40px;
    font-size: 48px;
    max-width: 1240px;
    
    padding: 20px;
    padding-bottom: 20px;
    width: 55%;
    margin: auto;
    margin-top: 20px;
	box-shadow:	7px 7px 0px 7px;
	border-radius:	13px;
}

.bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1240px;
    margin: auto;
    margin-top: 53px;
    margin-bottom: 20px;
    height: 30px;
    width: 60%;
    max-width: 1200px;
    text-decoration: none;
    transition-duration: 0.9s;

}

.bar a p {
	font-family: Helvetica, sans-serif;
    color: black;
}

.link {
    width: 800px;
    height: 30px;
    margin: 0 15px 0 15px;
    text-decoration: none;
    border: 0px solid white;
    background-color: white;
	border-radius:	13px;
	box-shadow:		4px 4px 0px 4px black;
	padding-top:	3px;

}

.link p{
    color: white;
    text-decoration: none;
    text-align: center;  
    margin-top: 5px;
}

.container a {
    transition-duration: 0s;
    color: black;
    text-decoration: none;
    font-size: 19px;
}

.container {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    max-width: 1100px;
    min-height: 90%;
    padding: 50px;
}

.item {
    display: flex;
    flex-direction: column;
    
    height: 320px;
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;

    background-color: white;
    border: 0px solid #cbcbcb;
    border-radius: 10px;
	box-shadow:		4px 4px 0px 4px black;

}

.item p{
    margin: 9px 0 9px;
    transition-duration: 0s;
}

.item:hover , .bar .link:hover{
    transition-duration: 0.9s;
    box-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.animated_gif {
    margin: 0 auto;
    width: 240px;
    margin-bottom: 20px;
    
    border: 4px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #263859, #17223B);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#title{
	font-family: Helvetica, sans-serif;
}
