html {
    height: 100%;
}

body {
    background-image:  url(stars.jpg) !important;
    min-height: 100%;
}

.boxed {
    background-color: rgb(187, 31, 154);
    height: 100%;
    width: auto;
    color: oldlace;
    margin-top: 40px;
    padding: 20px;
    opacity: 0.95;
    align-items: center;
    align-content: center;
}

.responsive {
    width: 100%;
    max-width: 300px;
    height: auto;
}

h1, p {
    margin-left: 15px;
    color: rgb(9, 9, 58);
}

h2, label, legend {
    color: rgb(9, 9, 58)
}
h5 {
    color: black;
    text-align-last: center;
}

.img-fluid {
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container, .container-fluid {
    flex: 1 0 auto;
}

footer {
    position: sticky;
    left:0; right:0; bottom: 0;
    width: 100%;
    height: 70px;
}

.social-menu {
    list-style: none;
}

.social-menu li {
    width:80px;
    float: left;
}

.card {
    margin: 20px;
    max-width: 350px;
    width: auto;
}
.link {
    color: black;
}

