.desktop {
    height: 500px;
    width: 600px;
}

.mobile {
    height: 750px;
    width: 300px;
}

body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: blanchedalmond;
    text-align: center;
}

