html{
    background-image: linear-gradient(black 5%, #820000 50% , #820000 100%);
    width:100%;
    height:100%;
}

.menu_btn{
display: flex;
position: absolute;
right: 0;
margin-right: 20px;
width: 72px;
height: 44px;
background:black;
}


.dropbtn {
display: flex;
background-color: black;
padding: 4px;
position: absolute;
right:10px;
font-size: 16px;
width: 72px;
height: 44px;
z-index:1;
cursor: pointer;
}

.dropbtn2 {
display: flex;
position: absolute;
right: 0;
margin-right: 100px;
width: 52px;
height: 44px;
background:black;
z-index:1;
cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content  {
display: none;
position: absolute;
background-color: #f1f1f1;
right:10px;
min-width: 104px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
top: 70px;
text-align:center;
}

.dropdown-content2 {
display: none;
position: absolute;
background-color: #4548fd;
right: 100px;
width: 258px;
height: 165px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
top: 70px;
text-align:center;
}

/* Links inside the dropdown */
.dropdown-content a, .dropdown-content2 a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
width: 64px;
margin-left: auto;
margin-right: auto;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content2 a:hover {
background-color: #ddd;
}

.button-row{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#heart_icon{
    position: absolute;
    font-size: 12px;
    top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    cursor:none;
}

#comment_icon{
    position: absolute;
    font-size: 12px;
    top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 50px;
}

.counter-row3{
    position: absolute;
    font-size: 12px;
    top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 100px;
}

.counter-row4{
    position: absolute;
    font-size: 12px;
    top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 150px;
}

#solar_icon{
    position: absolute;
    font-size: 12px;
    top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 200px;
}

.log{
    display: flex;
    position: absolute;
    top: 112px;
    margin-left: 10px;
    width: 10px;
}

.back_menu{
    position: absolute;
    top: 107px;
    margin-left: 187px;
    cursor:pointer;
}



/* Show the dropdown menu when the user clicks on the button */
.show {
    display: block;
}

/* Social Links */
.socials{
    display: flex;
    position: absolute;
    right: 200px;
    top: 90%;
    width: 46px;
    height: 36px;
}

/*# sourceMappingURL=/css.967bad95.css.map */