h2 {
    color: darkblue;
    border-bottom: 2px solid darkblue;
    padding-bottom: 5px;
}

ul {
    list-style-type: square;
}

ol {
    color: green;
}

input, textarea, select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.box:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}