body {
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            background-color: #800080;
            font-size: 1rem; /* A good default base size for accessibility */
            color: white;
        }
        .image-button {
        background-image: url('img/button.png');
        background-repeat: no-repeat;
        background-position: center; /* Centers the image */
        height: 35px; /* Set the height and width of your button */
        width: 35px;
        border: none; /* Removes default button borders */
        cursor: pointer; /* Changes cursor to a hand icon on hover */
        /* Hide any text inside the button for pure image buttons */
        font-size: 0; 
        position: absolute;
        top: 346px;
        left: 205px;
        }
        .input-wider {
            height: 30px;
            }
        a:link { color: white; } /* Unvisited */
a:visited { color: white; } /* Visited */
a:hover { color: white; } /* Mouse over */
a:active { color: white; } /* Selected */
