body {
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    font-family: 'Comfortaa', cursive;
    color: black;
    font-size: 16px;
}

h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 900px;
    font-family: 'Comfortaa', cursive;
}

h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 600px;
    text-align: center;
    font-family: 'Comfortaa', cursive;
}

.title {
    color: #fff;
    text-decoration: none;
}

.title:hover{
    color: #fff;
    text-decoration: none;
}

.name {
    text-align: center;
}

a {
    color: #000000;
}

a:hover {
    color: indigo;
}

.education {
    padding-top: 25px;
    padding-bottom: 25px;
}

.projects {
    padding-top: 25px;
    padding-bottom: 25px;
}

.techknow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 25px;
    padding-bottom: 25px;
}

.languages h4 {
    text-align: center;
}

.frameworks h4 {
    text-align: center;
}

.tools h4 {
    text-align: center;
}

footer {
    text-align: center;
    padding-top: 25px;
}