
body {
  background-color: #ffe9ed;
  color:#b93c5f;
 font-family: "Comfortaa";
}

h1 {
 color:#b93c5f;
}

a:link {
  color:#DA627D;
}

a:hover {
  color: #A53860;
}


::-webkit-scrollbar {
  width: 15px;
}


::-webkit-scrollbar-track {
  background: #ffe6e6; 
}
 

::-webkit-scrollbar-thumb {
  background: #ffb3b3; 
}


::-webkit-scrollbar-thumb:hover {
  background: #ff9999; 
}

.container {
  position: relative;
  color: #FFA5AB;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.main {
 display:flex;
 justify-content:space-between;
}

.navigation {
  margin-right:20px;
    position: relative;
  text-align: center;
}

li {
 padding:10px;
 font-size: 140%;
}

a{
 text-decoration:none; 
}

.centered {
  position: absolute;
  top: 40%;
  left: 56%;
  transform: translate(-40%, -60%);
}

.one:visited {color:#b93c5f;}

.container {
  position: relative;
  color: #FFA5AB;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.main {
 display:flex;
 justify-content:space-between;
}

.navigation {
  margin-right:20px;
    position: relative;
  text-align: center;
}

li {
 padding:10px;
 font-size: 140%;
}

a{
 text-decoration:none; 
}

.centered {
  position: absolute;
  top: 40%;
  left: 56%;
  transform: translate(-40%, -60%);
}

a.one:visited {color:#b93c5f;}

a:visited {color:#DA627D;}
a:hover {color: #A53860;}

h1, h2 {
 color: #A53860;
}
