body {
    background: rgba(255, 190, 190, 1);
    color: rgba(10, 25, 110, 1);
    font-size: 2vh;
    font-family: 'Raleway', sans-serif;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

.image-container {
    background: url('CherryBlossom.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

h1 {
    font-family: 'Lovers Quarrel', cursive;
    font-size: 10vh;
    font-weight: normal;
    margin: 0 0 -.8rem;
    display: inline-block;
}

p {
    display: inline-block;
    margin: 0   
}

a {
    color: rgba(10, 25, 110, 1);
    text-decoration: none;
}

.content-container {
    text-align: center;
    width: 100%;
    height: 50vw;
}

.bottom-container {
    bottom: 3rem;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
}

.bottom-container .inner-content{
    margin: 0 auto;
}

.inner-content {
    background: rgba(230, 216, 171, 0.7);
    text-align: center;
    position: relative;
    margin: 10rem auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0.4rem 0.8rem;
    border-radius: 1rem;
    border: .2rem solid rgb(230, 216, 171);
}