body {
  background-image: url("assets/triangles.png");  
  /*background-repeat: no-repeat;*/

  margin-top: 0px;
  margin-left: 0px;
  background-color: rgb(248, 248, 248);
  color: rgb(97, 97, 97);
  font-size: 25px;
}


  


button
{
  background-color: transparent;
  border: transparent;
}

img
{
  height: 30px;
  width: 30px;
}


.dot {
  float: left ;
  height: 60px;
  width: 60px;
  background-color: rgb(216, 216, 216);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.link
{
  float: right;
  padding: 5px;
  margin-right: 50px;
  color: #616161;
  background-color: rgb(216, 216, 216);
  border-radius: 10px;

  
}

.linkText
{
  margin:20px;
  font-size: 25px;
}

.titles
{
  font-size: 50px;
}

.header
{
  width: 100%;
  height: 75px;
  background-color: rgb(136, 136, 136);
  padding: 30px;
}

.text
{
  width: 60%;
}




.dividers  
{
  padding: 10px;
  margin: 30px;
  margin-bottom: 60px;
  padding-left: 40px; 
  height: 900px;
  box-sizing: border-box;
}

.information
{
  background-color: rgb(216, 216, 216);
  font-size: 35px;
  color:#616161;
  
}

.intro
{
  display: flex;
  justify-content: center;
  position: relative;
  
  
}

.textImg
{
  float: right;
  width: 30%;
  height: auto;
  margin-right: 40px;
  border-radius: 50%;
}

.name
{
  position: absolute;
  top: 50%;
  margin-top: -125px;
  font-size: 175px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 10px;  
  width: 1800px;
  text-align: center;
}
/*
.One {
  background-color: rgb(248, 248, 248);
}
.Two {
  background-color: rgb(216, 216, 216);
}
.Three  {
  background-color: rgb(136, 136, 136);
}
*/

.dark-mode {
  background-color: #282828 !important;
  color: rgb(216, 216, 216) !important ; 
} 



/*"grayscale": {
    "100": "rgb(248, 248, 248)",
    "200": "rgb(234, 234, 234)",
    "300": "rgb(216, 216, 216)",
    "400": "rgb(186, 186, 186)",
    "500": "rgb(136, 136, 136)"
    "700": "rgb(97, 97, 97)"
  }*/