.fixedheader {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 25px;
    position: fixed;
    background-color: black;
    z-index: 10;
    width: 100%;
}

.blogtitle {
    margin: 0 auto;
}

.menu {
    margin-left: 20px;
}

.audioplayer {
    margin-right: 20px;
}

.fixedheader img {
    border: none;
    background-color: rgba(29, 29, 31);
}

.popupmenu {
    position: fixed;
    margin-top: 70px;
    margin-left: 20px;
    background-color: black;
    opacity: 80%;
    padding: 20px;
    height: 400px;
    border: solid rgb(176, 24, 24) 2px;
    place-items: center;
}
.popupmenu li {
    margin: 15px;
}

.homepageheader {
    background-image: url(/images/Corner.jpg);
    background-size: 70% 100%;
    background-repeat: no-repeat;
    background-color: rgba(29, 29, 31);
    background-position: top;
    background-attachment: fixed;
    height: 450px;
    
}

main {
    background-color: rgba(29, 29, 31);
    display: flex;
    flex-direction: column;
}

.blogcontent {
   margin: 0px 15%;
   background-color: rgb(176, 24, 24) ;
}

.nelsonnews {
    align-items: center;
    margin: 0px 20%;
    padding-bottom: 0.03%;
    background-color: rgb(188, 187, 187);
}

article {
    margin: 50px 10px;
    padding: 50px;
    border: solid rgb(176, 24, 24) 4px;
    border-radius: 10px;
    background-color: rgba(29, 29, 31);
    text-align: center;
}

.contact_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: center;
    background-attachment: fixed;
    background-image: url(/images/Corner.jpg);
    background-size: 70% 100%;
    background-repeat: no-repeat;
    background-color: rgba(29, 29, 31);
    font-weight: bold;
}