#URLs, #output {
    width: 45%;
    height: 200px;
    margin: 10px;
    box-sizing: border-box;
    float: left;
}

.TextAreas::after {
    content: "";
    clear: both;
    display: table;
}

.buttons {
    margin-left: 10px;
    margin-top: 20px;
}

body {
    background-color: #1c1c1c;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin:0px;
    margin-left: 0.625em;
    margin-top: 0.625em;
}

p {
    margin: 0px;
}

h3 {
    margin: 0px;
	margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#Checkboxwrap {
    margin: 0px;
    margin-top: 0.1em;
}

.heart-footer {
    margin-top: 1em;
}

textarea {
    background: #333;
    border: 0px;
    color: white;
}

a {
  color: #eba0d4;
}

a:hover {
    color: #ffcff5;
}

a:active {
    color: #dfa1d2;
}

.buttons button {
    background-color: #ffc7f4;
    border: 2px white solid;
    border-radius: 0.66em;
    color: black;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.buttons button:hover {
    background-color: #ffcff5;
}

.buttons button:active {
    background-color: #ecb1e0;
}


/* Neocities CLI test  */