.uwu-icon-timeline {
    font-size: 3rem;
    color: #929daf;
}

.bg-1 {
    background-image: linear-gradient(rgb(0,0,0,0.3), rgb(0,0,0,0.5)), url("../img-1/bg-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-2 {
    background-image: linear-gradient(rgb(0,0,0,0.3), rgb(0,0,0,0.5)), url("../img-1/bg-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.uwu-font-1 {
   color: #FAFAFA;
}

.uwu-font-2 {
   color: #BDBDBD;
}

.uwu-font-3 {
   color: #F5F5F5;
}

.uwu-font-4 {
   color: #EEEEEE;
}

.uwu-font-5 {
   color: #E0E0E0;
}

.uwu-active {
   color: #BDBDBD;
   font-weight: 500; 
}

/* Custom */

.uwu-font-1 a {
   color: #FAFAFA;
   font-weight: 500;    
}

.uwu-font-2 a {
   color: #BDBDBD;
   font-weight: 500; 
}

.uwu-font-3 a {
   color: #F5F5F5;
   font-weight: 500; 
}

.uwu-font-4 a {
   color: #EEEEEE;
   font-weight: 500; 
}

.uwu-font-5 a {
   color: #E0E0E0;
   font-weight: 500; 
}

/* hehehe */

.uwu-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.owo-feet {
    padding: 15px 0;
    background-color: #f5f5f5;
}