@import url('https://fonts.googleapis.com/css2?family=Stalemate&display=swap');

body {
	padding-top: 50px;
	background-color: #012340;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    color: white;
    font-family: 'Stalemate', cursive;
    text-align: center;
    font-size: 72px;
}
.result {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-radius: 10px;
	background-color: white;
	color: #011526;
    display: none;
}

.symbol {
	border-bottom: 1px solid black;
    padding: 8px;
}
.symbol strong {
    margin-right: 10px;
    cursor: pointer;
}

#addon-wrapping {
	background-color: #D9486E;
	color: white;
	border: 0;
	font-weight: bold;
}

.details {
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #011526;
	margin-top: 20px;
	margin-bottom: 20px;
    display: none;
}
.details strong {
    color: #da4c6e;
}
.extra-button {
    background-color: #D9486E;
    color: white;
    border: 0;
    font-weight: bold;
	cursor: pointer;
    width: auto;
    float: left;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}
.card {
    background-color: #da4c6e;
}
.card-header {
    color: white;
    
}
.btn-link {
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}
.btn-link:hover {
    color: #011526;
}
.card-body {
    background-color: white;
}
.more-info {
    display: none;
}
