body {
    background: url("https://cs-best.net/img/fon.jpeg") no-repeat;
    background-size: 100%;
    background-color: #2e2e2e;
}
.main-logo {
    position: absolute;
    width: 300px;
    top: -13px;
}

.col-7 {
	width: 100%;
	padding: 10px 10px;
}
	
.user-navbar-brand {
    padding-right: 300px;
}

.user-nav-link {
    font-size: 18px;
    font-weight: 600;
}

.rounded-top-user {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.user-navbar {
    background: #5d2f2f;
}

.user-bg-light {
    background-color: rgb(246 191 98 / 80%)!important;
}

.content {
    background: rgb(255 255 255 / 100%);
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.content-txt-h1 {
	font-size: 24px;
	color: #f0f0f0;
	font-weight: bolder;
	
}
.content-txt-h2 {
	font-size: 22px;
	color: #334f82;
	font-weight: bolder;
	
}
.content-txt-h3 {
	font-size: 20px;
	color: #334f82;
	font-weight: bolder;
	
}

.content-txt {
    background: #f6f6f6;
    color: black;
    font-size: 18px;
    font-weight: 400;
	text-align: left;
	padding: 0 10px;
}

.card {
    color: black;
}
.card-body {
    flex: 1 1 auto;
    padding: 0;
}

.direct {
    background: url("https://cs-best.net/img/url-link.png") no-repeat;
    width: 180px;
    height: 55px;
	object-fit: fill;
}

.mail {
    background: url("https://cs-best.net/img/mail.png") no-repeat;
    width: 180px;
    height: 55px;
	object-fit: fill;
}

.yandex {
    background: url("https://cs-best.net/img/yandex.png") no-repeat;
    width: 180px;
    height: 55px;
	object-fit: fill;
}

.img-cover {
    width: 80%;
    height: 350px;
    object-fit: fill;
	display: block;
	margin: 0 auto;
}

.img-cover-1 {
    width: 25%;
	object-fit: fill;
	display: block;
	margin: 0 auto;
}

.img-cover-2 {
    width: 80%;
	object-fit: fill;
	display: block;
	margin: 0 auto;
    
}

.text-left {
    text-align: left;
}

.card-header {
	background-color: #2e2e2e;
	color: white;
}

.nav-link {
	color: black;
}

.footer {
    clear: both;
    margin: 0 auto;
    text-align: center;
	background-color: rgb(255 255 255 / 10%);
	color: #c9c9c9;
}

.checked {
    color: orange;
}

.mainb {
	text-shadow: 0px 0px 2px #97b7cc;
	color: #334552;
}