.contentIndex {
    width: 100%;
    height: 100vh;
}

.contentIndex::after {
    content: "";
    background: url(images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(3px);
    height: 100vh;
    width: 100%;
    position: absolute;
    border: none;
    z-index: 0;
}

.contentCover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.textTitle > p {
    font-family: Arial, Helvetica, sans-serif;
}

.contents1 {
    justify-content: left;
    align-items: center;
    display: flex;
}

.contents1 > div {
    width: 40%;
    margin-left: 120px;
}

.contents1 > div > h1 {
    font-size: 142px;
    color: white;
    font-family: header;
}

.contents1 > div > p {
    color: white;
}

.button {
    padding: 15px;
    text-align: right;
    margin-top: 15px;
}

.button > a {
    text-decoration: none;
    background-color: orange;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    text-align: right;
    color: white;
}