 /* Style the navigation menu */
.topnav {
  margin: 10px;
  border: 5px solid;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

.topnav #Home {
  text-align: center;
  padding: 6px 10px 10px 10px;
  margin: 0;
  font-size: calc(var(--MPFontSize) + 60px);
}

.topnav #Rose {
  position: absolute;
  left: 0;
  padding: 10px 0 0 10px;
  width: 95px;
}

/* Style navigation menu links */
.topnav a {
  color: var(--main-color);
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  margin: 0;
  font-size: 45px
}
.topnav details {
  font-size: 45px;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  border-top: 3px;
  border-style: solid;
  margin: 0;
}
.topnav #Art {
  border: 0;
  border-top: 3px;
  border-style: solid;
}

.topnav details summary i.arrow {
  align-items: center;
  transition: all 0.3s;
  margin-right: 10px;
  margin-left: auto;
}
.topnav details[open] summary i {
  transform: rotate(180deg);
}

/* Style the hamburger menu */
.topnav a.icon {
  font-size: calc(var(--MPFontSize) + 35px);
  border: 0;
  border-left: 3px;
  border-bottom: 3px;
  border-style: solid;

  display: block;
  padding: 15px;
  padding-bottom: 2px;
  position: absolute;
}
.topnav a.icon#Hamburger {
  right: 0;
  top: 0;
}
.topnav a.icon.lang-modebtn {
  right: calc(var(--MPFontSize) + 55px);
  top: 0;
  border-radius: 0 0 0 5px;
}

.topnav details a i {
  float: right;
}
.topnav i.navIcon {
  float: left;
  padding-right: 10px;
}
.topnav details[open] summary i.navIcon {
  transform: none;
}

.topnav a.icon {
  padding-bottom: 0px;
}

#Coding {
  margin-top: 1%;
}