html {
    height: 100%;    
}

body {
    padding: 0;
    margin: 0;
    background-color: #ebdfd1;
    font-family: "Avenir Next", "Avenir", sans-serif;
    height: 100%;
}

.title {
    background-color: #ebdfd1;
    color: black;
    font-weight: bolder;
    font-size: xx-large;
    text-align: center;
}

.subtitle {
    font-size: x-large;
}

.main_photo {
    max-width: 100%;
    display: none;
}

.side_photo {
    max-width: 100%;
}

.main_text {
    border-radius: 25px;
    margin-left: 240px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    
    font-size: x-large;
    background-color: white;
    min-height: calc(100% - 145px);
    box-sizing: border-box;
}

.quote {
    font-style: italic;
}

.quote_name {
    font-weight: bold;
}

.menu_cb {
    display: none;
}

.menu_line {
    display: none;
}