
.codeBlock {
    width: auto;
    margin: 3%;
    padding: 2%;

    background-color: rgba(0, 0, 0, .7);
    color: yellow;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;

}



.codeBlock a {
    text-decoration: none;
    color: rgb(255, 18, 168);
    padding: 4px;
    background-color: rgb(255, 252, 168);
    text-align: right;
}

.codeBlock p, li {
    margin: 2%;
}
.codeBlock ol {
	padding: 2px;
}
.codeBlock li {
	margin-left: 15%;
	margin-right: 15%;
	
	list-style-position: outside;
}
.codeBlock h2 {
    margin-bottom: 1%;
    color: rgb(255, 147, 101);
}
.codeBlock h4 {
    font-style: italic;
    margin-top: 0;
}

.codeBlock label, input {
    color: yellow;
}

#only {
	background-color: rgb(255, 147, 101);
	font-style: italic;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding: 10px;
}

#bootstrap {
	
	border-radius: 4px;
	cursor: pointer;
	
	color: beige;
	
	background: #D1A593;
	background: conic-gradient(from 45deg, #D1A593, #1D11B0);
	
	font-weight: bold;
	font-style: italic;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding: 10px;
}

#thanks{
    padding: 10px;
    margin: 10%;
}

.contactForm {
    margin: 2%;
    margin-bottom: 5%;
    align-self: center;
    padding: 5px;
}

input[type=text], select, textarea {
    width: 100%;
    resize: vertical;
}



.contactForm textarea {
    height: 200px;
}

.contactForm label {
    padding: 12px 12px 12px 0px;
    display: inline-block;
    
    margin-right: 2%;
}

.contactForm input, textarea {
    border: none;
    background-color: black;
    color: yellow;
    
    border-radius: 3px;
    padding: 10px;
    
}

input[type=submit] {
    
    margin: 1%;
    background-color: rgb(255, 147, 101);
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    color: beige;
    border: none;
    cursor: pointer;
    float: right;
}