@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Source+Sans+Pro&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.2/css/all.css");

body {
    background-color: rgb(41, 43, 42);
}

.container {
    /* padding: 10px; */
	
	position: absolute;
	height: 792.42px;
    width: 780px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
    background-color: rgb(74, 77, 75);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-weight: bold;
    color: white;
}

.description {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    margin-top: -10px;
}

.separator {
    height: 0.1px;
    width: 100%;
    background-color: white;
}

#list {
    margin-top: 30px;
    margin-left: 10px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-size: 14px;
}

#search {	
	padding: 5px; 
	width: 250px;
	height: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #555;
    outline-color: black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-left: 60%;
    margin-top: 30px;
}

.separator_ {
    position: fixed;
    left: 0;
    bottom: 50px;
    height: 0.1px;
    width: 100%;
    background-color: white;
}

a {
	 font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-size: 16px;
	text-decoration: none;
}
