body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
}

.new-image {
    width: 150px;
    height: 150px;
    border-radius: 15px;
}

h1 {
    font-size: 2em;
    position: relative;
    top:-12px;
}

h1.font1 {
    font-family: 'Roboto', sans-serif; /* Add Google Font */
}

h1.font2 {
    font-family: 'Lora', serif; /* Add Google Font */
}

h1.font3 {
    font-family: 'Open Sans', sans-serif; /* Add Google Font */
}

h1.font4 {
    font-family: 'Montserrat', sans-serif; /* Add Google Font */
}

h1.font5 {
    font-family: 'Playfair Display', serif; /* Add Google Font */
}

.rounded-image {
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.contrast-background {
    padding: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p, ul {
    font-size: 1.2em;
    margin: 10px 0;
}

button {
    font-size: 1em;
    padding: 10px 20px;
    margin: 10px 10px 0 0;
    border: none;
    cursor: pointer;
}
