*{
    padding: 0;
    margin: 0;
}

.container {
    padding-top: 100px;
}

.card-header {
    background-color: #dc3545;
    color: aliceblue;
}

.card.text-center {
    border-color: #dc3545;
}

.col {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: bold;
}

.card-body {
    background-color: #f7f9fae9;
}

.btn-danger, .btn-secondary {
    position: relative;
    margin: 20px auto 0; 
    width: 150px;
}

.person {
    margin: 20px;
}

h4{
    margin-top: 3px;
    margin-bottom: 3px;  
    color: #5c5f63;
    font-style: oblique;
    font-weight: 300;
}

h3 {
    color: #5c5f63;
    font-style: bold;
    font-style: oblique;
    font-weight: 400;
}

h2 {
    color: #dc3545;
    font-weight: 600;
}

body {
    display: grid;
    place-items: center;
    background: url(https://www.sostav.ru/app/public/images/news/2014/08/28/compressed/5.jpg) no-repeat;
    background-size: cover;
}

