:root{
    --accent: #322e6a;
    --accent_rgb: 50, 46, 106;
    --sub-accent: #741012;
    --sub-accent_rgb: 116, 16, 18;
    --main-bg-rgb:240, 223, 215;
    --color-2: #98463c;
}

body {
    margin: 0;
    padding: 0;
    font-family: system-ui;
}

.horizontal_line {
    height: 1px;
    width: 100%;
    height: 2px;
    background-color: #b8b8b8;
    margin: 30px 0;
}
.mainCss {
    height: 100vh;
    width: 100%;
    background-image: url("../img/cropped.png");
    background-size: cover;
}

.logoCss {
    width: 40%;
}

.logoCss img {
    width: 100%;
}

.detailCss{
    display: flex;
    gap: 10px;
    background-color: white;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px;
}

.detailCss:nth-child(1){
    border-radius: 15px;
    margin-top: 50px;
}

.titleCss{
    color: var(--accent);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.innerCss{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    padding-top: 15%;
    box-sizing: border-box;
}

.sectionCss{
    /* background-color: rgba(255, 255, 255, 0.9); */
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    padding-bottom: 40px;
}

.detailCss:nth-child(3){
    margin-bottom: 10px;
}

.detailCss svg{
    width: 8%;
    fill: var(--sub-accent);
}

.detailCss path{
    fill: var(--sub-accent);
}

.detailCss a {
    width: 90%;
    color: var(--accent);
    text-decoration: none;
    font-size: 14px;
}

.socialIcon{
    margin-top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px;
}

.socialIcon a{
    width: 30px;
    height: 30px;
}

.socialIcon svg{
    width: 30px;
    height: 30px;
}