.background-gradient {
    height: 125vh;
    width: 99%;
    background-image: linear-gradient(360deg, #aa00ff, #ff00fa);
}

p {
    padding: 2%;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}
h2 {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
li{
    font-size: 25px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}
img {
    display: block;
    margin: auto;
    border-radius: 140px;
}
.btn-danger {
    color: white;
    background-color: #b21f2d;
    border-color: #b21f2d;
}
div {
	vertical-align: middle;
	text-align: center;
	padding-top: 3%;
}
footer {
    margin-top: 100px;
    letter-spacing: 3px;
}
