@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    background-color: beige;
    width: 80%;
    line-height: 2;
    margin: auto;
}

main {
    background-color: rgb(255, 255, 255);
    width: 80%;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0px 2px 4px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

footer {
    background-color: rgb(255, 255, 255);
    width: 80%;
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px;
    margin: auto;
    margin-bottom: 30px;
}

.button {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button {
    background-color: white;
    color: black;
}

.pov1 {
    display: inline-block;
    align-items: center;
    margin: 0px 60px 0px 60px;
}

h1 {
    font-family: 'Carter One', cursive;
    font-size: 3.2rem;
    color: rgba(180, 40, 40, 0.918);
    text-align: center;
    letter-spacing: 3px;
}

h2 {
    font-family: 'Carter One', cursive;
    font-size: 2.2em;
    color: rgba(180, 40, 40, 0.918);
    text-align: left;
    letter-spacing: 2px;
}

img {
    display: block;
    border-radius: 30px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: #cfcfcf67;
    width: 650px;
}

iframe {
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    font-size: 1.1em;
}

a {
    color: rgba(180, 40, 40, 0.918);
    font-weight: bold;
}

b {
    color: rgba(180, 40, 40, 0.918);
}