*{
  padding: 0%;
  margin: 0%;
}

body {

  margin: 0;
  overflow-x: hidden;
  background-color: #414141;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  font-weight: 600;
}

strong {
  font-weight: 900;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}



/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #ff16aa;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #414141;
  color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

lu {
  float: left;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #ff16aa;
  color: white;
}

@font-face {
  font-family: Inter;
  src: url(../Fonts/Inter-VariableFont_opsz\,wght.ttf);
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: Inter;
  word-wrap: break-word;
}

.minidonutsImage{
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index: -2;
}

.donutsimage{
  max-width: 100%;
  z-index: -2;
}
  
.welcome{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  flex-direction: column;
}  

h1{
  font-size: 2em;
  color: white;
  background-color: rgb(5,5,5,0.5);
  border-radius: 10px;
  padding: 15px;
  z-index: -1;
  margin: -160px;
}



#intro{
  color: aliceblue;
  text-align: left;
  margin: 5%;
  margin-top: 280px;
  font-size: large;
}
#info{
  color: aliceblue;
  text-align: left;
  margin: 5%;

  font-size: large;
}

footer{
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff16aa;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.icon{
  max-width: 30px;
  border-radius: 15px;
  margin: 5px;
}
.iconset{
  display: flex;
  align-items: center;
  justify-content: center;
}