
        body {
            font-family: 'Open Sans', sans-serif;
            background-color: white;
        }
        #top {
            text-align: center;
        }

        #logo {
            color: white;
            background-color: rgb(211, 70, 94);
            display: inline-block;
            font-size: 32px;
            font-weight: bold;
            padding: 8px;
            margin-top: 16px;
        }

        #logo-name {
            font-size: 32px;
            font-weight: bold;
            margin: 16px;
            
            
        }
        #image img {
            width: 80%;
            margin-top: 16px;
        }

        #main {
            font-size: larger;
            text-align: center;
            margin-top: 12px;
            
        }

        a {
            color: brown;
                text-decoration: none;
                margin-left: 16px;
                font-weight: bold;
        }
        