<head>
    <meta charset="UTF-8">
    <title>Momazos.mx</title>
    <style>
        body {
            background-color: #3c3c3c;
            color: white;
            font-family: Arial, sans-serif;
           
        }
body {
            background-color: #3c3c3c;
            color: white;
            font-family: Arial, sans-serif;
           
        }


        header {
            background-color: #2b2b2b;
            padding: 10px;
            color: white;
            font-weight: bold;
        }

        .container {
            padding: 20px;
        }

        .url-bar {
            background-color: #888;
            padding: 10px;
            margin-bottom: 20px;
            color: white;
        }

        h1 {
            font-size: 36px;
            text-align: center;
        }

        

        .main {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .memes-diarios {
            width: 65%;
        }

        .memes-diarios h3 {
            border-bottom: 1px dashed white;
        }

        .memes-diarios .meme {
            background-color: #555;
            margin: 10px 0;
            padding: 10px;
        }

        .sidebar {
            width: 30%;
        }

        .sidebar a {
            display: block;
            background-color: #666;
            color: white;
            text-decoration: none;
            padding: 15px;
            margin-bottom: 10px;
            text-align: center;
            font-weight: bold;
        }

        .sidebar a:hover {
            background-color: #888;
        }
    </style>
</head>