.outdatedBrowser{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: white;
}

body {
    width: 100vw;
    margin: 0;
    padding: 0;
    background-image: url(../media/oldPaperTexture2.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

nav{
    position: fixed;
    top: 0; 
}

nav img {
    position: absolute;
    height: 175px;
    width: 210px;
    top: -1px;
    left: -1px;
    box-shadow: 10px 10px 50px -10px #000000;
}

nav:hover > ul {
    top: 155px;
}

nav ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    top: -25px;
    left: 3px;
    height: 225px;
    width: 200px;
    transition: all 0.5s;
    list-style: none;
    padding: 0;
    background-image: url(../media/oldPaperTexture.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

nav ul li {
    font-size: 18px;
    margin: 10px auto;
}

nav ul li a{
    color: black;
    font-size: 1.5rem;
}

.cardBirdy {
    width: 70%;
    margin: 3% auto 2%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.cardBirdy img{
    width: 100%;
    box-shadow: 10px 10px 50px -10px #000000;
}

.hamburger{
    position: absolute;
    bottom: 5px;
    left: calc(50% - 34px);
}

.hamburger div {
    width: 68px;
    height: 6px;
    background-color: rgba(39, 38, 38, 0.315);
    margin-top: 4px;
    border-radius: 10px;
}

section{
    background-color: rgba(255, 255, 255, 0.233);
    width: 70%;
    margin: 6px auto 6px auto;
    padding: 1px;
    font-size: 1.3rem;
    box-shadow: 10px 0px 10px rgba(255, 255, 255, 0.233), -10px 0px 10px rgba(255, 255, 255, 0.233);
}

section:first-of-type{
    margin-top: 30px;
}

.note{
    color: rgb(43, 40, 40);
    font-weight: bolder;
    text-decoration: underline;
    font-size: 18px;
}

footer{
    border-top: 5px solid black;
    background-color:rgba(201, 177, 42, 0.555);
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

#twitter{
    height: 50vh;
    width: 40%;
    overflow: scroll;
    overflow-x: hidden;
}
