* {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
    background-image: url('images/background.png');
    background-size: cover;
}

.Title {
    width: 100%;
    height: 2rem;
    text-align: center;
    color: rgb(205, 205, 205);
    font-size: 1.8rem;
}

.imgDiv {
    width: 100%;
    height: fit-content;
    display: flex;
    margin-top: 2rem;
}

.firstImg {
    width: 25rem;
    height: fit-content;
    margin: auto;
}

.qualitites {
    width: 100%;
    height: 2rem;
    text-align: center;
    color: rgb(205, 205, 205);
    font-size: 2.1rem;
    text-decoration: underline;
    margin-top: 3rem;
    margin-bottom: 0.8rem;
}

.qualSection {
    width: 100%;
    height: fit-content;
}

.qualSection div {
    width: 50%;
    height: fit-content;
    margin: auto;
    display: flex;
}

.qualSection div h2 {
    width: 100%;
    height: 90%;
    margin: auto;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(205, 205, 205);
}

.qualSection div a {
    width: 100%;
    height: 90%;
    margin: auto;
    text-align: center;
    font-size: 1.3rem;
    color: rgb(205, 205, 205);
}