@font-face {
    font-family: Calibri;
    src: url("/fonts/calibri.ttf") format("truetype");
}

@font-face {
    font-family: Honey Butter;
    src: url("/fonts/Honey-Butter-free-Regular.otf") format("opentype");
}

body {
    background-color: #268cd4;
    background-image: url("/bgs/french-stucco.png");
}

.container {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

main {
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #08476d;
    border-width: 3px;
}

.right {
    text-align: right;
}

nav {
    display: flex;
    justify-content: space-between;
}

h1 {
    font-family: "Honey Butter", sans-serif;
    font-size: 3rem;
}

p {
    font-family: Calibri, sans-serif;
    font-size: 1.3rem;
}

button {
    font-family: Calibri, sans-serif;
    font-size: 1.3rem;
    cursor: pointer;
    border-color: #a9deff;
    border-style: dotted;
    border-radius: 5px;
    background-color: #08486d;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
