* {
    font-family: "Oswald", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    height: 100vh;
    width: 100vw;
}

header {
    margin: 24px 0px 0px 1006px;
    position: absolute;
}

.menu-header {
    color: #5D5D7D;
    font-size: 29px;
    font-weight: 400;
    margin-right: 41px;
    cursor: pointer;
}

a:nth-child(2) {
    opacity: 0.4;
}

.div-background {
    width: 491px;
    height: 901px;
    opacity: 0.16;
    background: #5D5D7D;
    position: absolute;
    margin-left: 949px;
}

img {
    width: 456px;
    height: 561.95px;
    position: absolute;
    margin-top: 216px;
    margin-left: 808px;
}

h1 {
    color: #5D5D7D;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    width: 368px;
}

p {
    color: #5D5D7D;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    width: 540px;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.6;
}

button {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    width: 269px;
    height: 62px;
    background: #9499EA;
    filter: drop-shadow(0 10px 24px rgba(148, 153, 234, 0.10));
    border-radius: 24px;
    border: none;
    cursor: pointer;

}

.div-main {
    margin: 301px 0px 123px 136px;
    position: absolute;
    

}