img.profile{
  border-radius:50%;
  box-shadow: 0 0 15px #ebe8e8;
  transition: all 500ms ease-out;
}
img.profile:hover{
  transform: scale(1.05);
  box-shadow: 0 0 30px #ebe8e8;
}
img.box{
  border-radius:20px
  box-shadow: 0 0 10px #ebe8e8;
    padding: 0px;

  
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
    text-decoration: none;
  background-color: #383a40;
}
/* thx to w3schools for this awesome code */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.useless-padding{
  padding: 10px;
}
footer {
  text-align: center;
  padding: 10px;
  background-color: #383a40;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
    border-radius: 20px; 
  background-color: #383a40;
  padding: 30px;
  margin: 30px;
  transition: all 500ms ease-out;
}
.column:hover {
    box-shadow: 0 0 20px #ebe8e8;
    transform: scale(1.005);
}
ul {
  list-style-type: none;
  margin: ;
  padding: 12px;
  overflow: hidden;

}

li {
  float: left;
}

li a {
  display: -webkit-;
  color: white;
    transition: all 500ms ease-out;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; 
  -webkit-border-radius: 10px
}

li a:hover:not(.active) {
  background-color: #484b53;
  color: white;
}

li a.active {
    background-color: #5865F2;  color: white;
}

.styles-animation{
            animation: styles 3s linear infinite;
        }

        @keyframes styles {
            0% {
                color: rgb(255 0 0);
            }

            25% {
                color: rgb(255, 255, 0);
            }

            50% {
                color: rgb(0, 255, 0);
            }

            75% {
                color: rgb(0 100 255);
            }
            100% {
                color: rgb(255 0 0);
            }
        }

page-title {
  font-family: 'Inter';
  font-weight: bold;
  font-size: 100px;
  color: white;
    line-height: 1.5;
  text-align: center;
}
.typing {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: typing 3s steps(1000, end);
        }

        @keyframes typing {
            0% {
                width: 0;
            }

            100% {
                width: 100%;
            }
        }
subtitle {
  font-family: 'Inter';
    line-height: 1.5;
  font-weight: bold;
  font-size: 70px;
  color: white;
}

normal {
  font-family: 'Inter';
  font-size: 20px;
  color: white;
    line-height: 1.5;
}
a:link {
  color: #7289DA;
    font-family: 'Inter';
  background-color: transparent;
    font-size: 20px;
    line-height: 1.5;

}

a:visited {
  color: #7289DA;;
    font-family: 'Inter';
    line-height: 1.5;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #5865F2;
    font-family: 'Inter';
  background-color: transparent;
    font-size: 20px;

}

a:active {
  color: #5865F2;
    font-family: 'Inter';
  background-color: transparent;
    font-size: 20px;

}

.box{
  border-radius: 20px; 
  background-color: #383a40;
  padding: 30px;
  margin: 30px;
  transition: all 500ms ease-out;
}
.nav-bar-box{
  border-radius: 20px; 
  background-color: #383a40;
  box-shadow: 0 0 0px #ebe8e8;
  padding: 10px;
  margin: 10px;
  transition: all 500ms ease-out
.nav-bar-box:hover {
  box-shadow: 0 0 12px #ebe8e8;
}
}
.box:hover {
  box-shadow: 0 0 20px #ebe8e8;
    transform: scale(1.005);
}
