body {
    color: black;
    text-align: center;
    background-color: rgba(255, 135, 135, 0.195);
}

header h1 {
    line-height: 140%;
    padding: .5rem;
    color: white;
    background-color: rgb(253, 170, 184);
    width: 40%;
    margin: auto;
    font-size: 2.1rem;
    border-radius: 15px;
}

h1, h2 {
    font-family: 'Rowdies';
    font-weight: 700; 
}

h2 {
    font-size: 1.8rem;
    color: rgb(253, 170, 184);
    background-color: white;
    border-radius: 500px;
    width: 30%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-family: 'Rubik', serif;
    color: rgb(77, 77, 77);
    background-color: rgb(255, 255, 255);
    padding: 15px;
    text-align: justify;
    border-color: black;
    border: 2px solid;
    border-radius: 15px;
    width: 50%;
    margin: auto;
}

.bold {
    font-weight: bolder;
}

#footer{
    margin-top: 1%;
    font-family: 'Rubik';
    text-align: center;
    color: rgb(77, 77, 77);
}