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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

a {
    text-decoration: none;
}

body {
    background: url('/src/image/Background.png') no-repeat center center fixed;
    background-size: cover;
    min-height: 100%;
}

#header-container,
#nav-container,
#main-container,
#boddyA {
    margin: 0 auto;
    width: 1004px;
    background: #FBFBFB;
}

#footer-container {
    width: auto;
    height: 117px;
    background: #FBFBFB;
}

.footer-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 25px;
}

#boddyA {
    height: auto;
}

#main-container {
    min-height: 1004px;
}

#header-container {
    height: 95px;
}

.logo-container {
    width: 300px;
    height: 95px;
    display: flex;
    align-items: center;
}

.logo {
    width: 103px;
    height: 85px;
    margin: 5px 25px 5px 12px;
}

#nav-container {
    height: 60px;
}

.logo-text-container {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 70px;
    color: #565454;
}

.donationform-container {
    align-items: flex-start;
    padding-top: 10px;
    height: 100%;
    width: auto;
}

.reg-form-container, .donationform-container {
    display: flex;
    flex-direction: column;
}

#nav-container {
    display: flex;
    align-items: center;
}

.nav li {
    display: flex;
    align-items: center;
    margin-right: 25px;
    width: auto;
    height: 20px;
    cursor: pointer;
}

.Atext {
    font-size: 15px;
    width: auto;
    white-space: nowrap;
}

.imgn {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 120px;
}

.subpages {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-top: none;
    width: 220px;
    padding: 10px;
    margin-top: 5px;
    z-index: 1;
    list-style: none;
    margin-left: -10px;
    top: 100%;
    font-size: 14px;
}

.angD {
    transition: transform 0s ease;
    margin-left: 10px;
    height: 16px;
    width: 16px;
}

.angD.rotate180 {
    transform: rotate(180deg);
}


.mcbtn {
    background: linear-gradient(93.72deg, #AFFFBC 0%, #4E6D49 100%);
    border: 1px solid #7ca978;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 25px;
    cursor: pointer;
}

.video-container {
    width: 742px;
    height: 202px;
    padding: 0px 14px 0px 14px;
    display: flex;
    gap: 28px;
    align-items: center;
    overflow: hidden;
}

.news-card {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 10px;
    width: 100%;
    height: 220px;
}

.news-container {
    width: 200px;
    height: 220px;
}

.Aimportant {
    border: 1px solid rgb(255, 138, 138);
    background-color: #fdecec;
    padding: 2px 2px 2px 2px;
    display: flex;
    flex-direction: row;
    width: 954px;
}

.servers-container {
    width: 100%;
    height: auto;
    padding-left: 20%;
    padding-right: 20%;
}

.server-icon {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px 4px rgba(255, 255, 255, 0.25);
}

.server-status {
    align-content: center;
    gap: 5px;
}

.sh {
    align-content: flex-end;
    color: #f4f4f4;
}