﻿#body {
    background-color: #FDDBD8;
    color: black;
    text-align: center;
    height: 87vh;
}

#title {
    padding-top: 80px;
    padding-bottom: 15px;
    font-size: 100px;
    font-family: 'Brush Script MT';
}

.moreinfo {
    font-size: 30px;
}

.button {
    background-color: #FDDBD8;
    color: black;
    border: 2px solid #008CBA;
}

.button:hover {
    background-color: #008CBA;
    color: white;
}