.mainimage {
    display: inline-block;
    border: 10px solid black;
    width: 500px;
    height: 400px;
    background-image: url('../image/orchid_warm_small.jpeg');
    background-size: contain;
}

.section {
    padding-top: 30px;
}

.page {
    background-color: rgb(252, 249, 242);
    width: 100%; 
    text-align: center;
    font: 16px Georgia, Garamond, serif;
}

.title, .subtitle {
    font: Georgia, Garamond
}

.title {
    font-size: 64px;
    color: rgb(130, 127, 118);
}

.subtitle {
    font-size: 24px;
    color: rgb(168, 167, 167);
}

.contact {
    text-align: center;
}

.phonenumber {
    display: inline-block;
    text-align: right;
    font-size: 20x;
    font-weight: bold;
    width: 520px;
    height: 200px;
    background-image: url('../image/contact.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}