
        body
        {
            background-color: red;
            font-family: Arial, Helvetica, sans-serif;
        }

        #Font1
        {
            width: 70%;
            background-color: white;
            color: black;
            border: 20px;
            margin: auto;
            padding: 15px;
            line-height: 1.5;
            font-family: 'Press Start 2P', cursive;
        }

        #Font2
        {
            width: 70%;
            background-color: white;
            color: black;
            border: 20px;
            margin: auto;
            padding: 15px;
            line-height: 1.5;
            font-family:'ZCOOL KuaiLe', cursive;
        }

        #Font3
        {
            width: 70%;
            background-color: white;
            color: black;
            border: 20px;
            margin: auto;
            padding: 15px;
            line-height: 1.5;
            font-family: 'Amatic SC', cursive;
        }
    