body {
    background-color: #eab676;
    font-family: Rubik, Arial, Helvetica, sans-serif;
}

.header, p {
    text-align: center;
}

h1{
    font-size: 3rem;
    color: #c0670d;
    -webkit-text-stroke: 2px black;
}

h2, li {
    font-size: 2rem;
    color: #c0670d;
}

p {
    font-size: 1.5rem;
    color: #c0670d;
}

li {
    font-size: 1.6rem;
    list-style: none;
    text-align: center;
}

ul {
    margin-top: 8rem;
}

img {
    scale: 0.5;
    border-radius: 3rem;
}

img:hover {
    scale: 0.51;
    transition: 0.5s;
}

h1:hover {
    transform: rotate(360deg);
    transition: 1s;
}

section {
    display: flex;
    justify-content: center;
}

.hobbies {
    font-size: 2rem;
}