.name {
    color: palevioletred;
}

img {
    width: 200px;
    border-radius: 60%;
}

header {
    text-align: center;
    font-size: 30px;
}

html {
    background-color: mistyrose;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

nav ul {
    display: inline;
    list-style: none;
    display: flex;
    justify-content: center;
}

nav a:hover {
    color: white;
}

nav a {
    text-decoration: none;
    font-size:30px;
    color: palevioletred;
    transition: color 0.3s;
}

nav li {
    display: inline;
    padding-left: 25%;
    padding-right: 25%;
}

h2 {
    font-size: 30px;
    color: palevioletred;
}

.info {
    padding-left: 10px;
    /* padding-bottom: 10px; */
    padding-top: 10x;
    padding-right: 10px;
}

.year {
    margin-left: 35px;
}

h3 {
    color:salmon;
}