body {
            background-color: #f1ebe5;
            color: #423f32;
            font-family: 'Cormorant Garamond', serif;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center; 

h1 {
            font-family: 'Reborn', serif;
            text-align: center;
            margin-top: 50px;
            font-size: 3rem; 

#Style for Ocean.html 
#Below is style for mywebpage.html

body {
            background-color: #d3edea;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            font-family: 'Cormorant Garamond', serif;
            font-size: 2rem;