@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  background: linear-gradient(to right, #3d3152, #132026);
  font-family: 'Ubuntu', sans-serif;
  overflow: auto !important;
}

#live_dash_title {
  display: block;
  padding: 2px;
  width:600px;
  border-radius: 100px;
  background-color: #C47E2D;
  box-shadow: 0 20px 24px rgba(82, 49, 53, 0.8);
  

}

#pixel_guy {
  
    max-width: 50px;
    height: 50px;
}

/* menu css */

.right-link{
  position: absolute;
  right: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

header {
   background: rgba(0, 0, 0, 0.4);
   border-radius: 12px;
   padding: 5px;
   width: 800px;
   margin: 0 auto;
   margin-bottom: 20px;
}

.topnav {
  display: flex;
  align-items: center;
  width:800px;
  justify-content: center;  /* center contents */
  position: relative;
}


.left-link { /* Home link pinned left */
  position: absolute;
  left: 20px;
  
}

.topnav a {
  color: #f1f1f1;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 14px;
}

.topnav a:hover {
  background-color: rgba(82, 49, 53, 0.8);
  color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}


/* content container */

.main_container {
  display: flex;
  margin: 0 auto;
  height: 450px;
  max-width: 1000px;
  padding: 20px;
  text-align: center;
  word-wrap: break-word;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 24px rgba(82, 49, 53, 0.8);
}


.content_container {
  display: block;
  justify-content: center;
  height: 90%;
  margin: 20px auto;
  width: 90%;
  text-align: center;
  position: relative;
}

.content_container > div {
  padding: 10px;
  font-size: 8;
  color: white;
  text-align: center;
}


.content1 {
  color: white;
  background: rgba(0, 0, 0, 0.2);
  
  padding: 10px;
  font-size: 8;
  
  border: 2px dashed transparent;
  border-color: rgba(168, 86, 50, 0.6);
  border-radius: 20px;
  
}

#main_container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: auto;
  width: 1400px;
  padding: 20px;
  text-align: center;
  word-wrap: break-word;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 24px rgba(82, 49, 53, 0.8);
  
}

/* Link Hover */

a {
  color: white
}

a:hover {
  background-color: rgba(82, 49, 53, 1);
  color: #c51200;
}

@media only screen and (max-width: 1462px) {
  .topnav {width:100%; height:auto; }
  header { width:100%; height: auto; }
  .main_container {height:auto;}
  .content_container {width:100%; height: auto;}
  .content1 {height: auto;}
  #main_container {width:90%; height:auto; padding:1px;}
  body {font-size: 0.9rem;}
  .gauges {padding-left:15px; flex-direction:column; width:90%;}
  #imgaboutproject {width:100%;}
}
