body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

h1, h2, h3, .profile {
    font-family: "Noto Serif", serif;
}

img {
    max-width: 100%;
}

nav ul li {
    display: inline-block;
    margin: 0px 15px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

nav {
    background-color: #7d7dff;
    position: fixed;
    z-index: 1;
    width: 100%;
}

nav ul {
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

nav ul a {
    text-decoration: none;
    color: black;
}

header {
    position: relative;
    top: 70px;
    background-image: url(../img/portfolio_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -120px;
}

h1 {
    font-size: 40px;
    line-height: 130%;
}

ul li {
    list-style: none;
    margin: 10px -30px;
}

.button {
    border: 1px solid #3636f0;
    text-decoration: none;
    color: #3636f0;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin: 10px 10px;
}

.intro-img {
    margin-top: 20px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}

figcaption {
    font-size: 10px;
    margin-top: 10px;
}



.experience {
    text-align: center;
    margin-top: 120px;
}

h2 {
    font-size: 30px;
}

p {
    line-height: 180%;
}

.skill-list {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 80px;
}

.project {
    margin: 20px 0;
    padding: 50px;
}

.project .button {
    margin: 0;
}

.blue {
    background-color:  #7d7dff;
}

footer {
    text-align: center;
    margin: 50px;
}

footer h3 {
    font-size: 30px;
}

.right-text {
    text-align: right;
}

.UX {
    margin: 0 40px;
}