.read-more-button-child {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-color: #55c173;
    width: 340px;
    height: 55px;
}
.read-more {
    position: absolute;
    top: 13px;
    left: 84px;
    display: inline-block;
    width: 172px;
    height: 29px;
}
.read-more-button {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 340px;
    height: 55px;
}
.register {
    position: absolute;
    top: 13px;
    left: 72px;
    display: inline-block;
    width: 197px;
    height: 29px;
}

.button{
    color: white;
    text-decoration: none;

}
.register-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 340px;
    height: 55px;
}
.buttons {
    position: absolute;
    top: 661px;
    left: 550px;
    width: 340px;
    height: 135px;
    color: #fff;
}
.voting {
    position: absolute;
    top: 0px;
    left: 48px;
    font-weight: 300;
    display: inline-block;
    width: 427px;
    height: 98px;
}
.simplified {
    position: absolute;
    top: 128px;
    left: 0px;
    display: inline-block;
    font-weight: 600;
    color: #55c173;
    width: 568px;
    height: 120px;
    text-shadow: 0px 0px 20px rgba(85, 193, 115, 0.15);
}
.voting-simplfied {
    position: absolute;
    top: 237px;
    left: 436px;
    width: 568px;
    height: 248px;
    font-size: 100px;
}

.personal-info {
    position: absolute;
    top: 7px;
    left: 0px;
    right: 410px;
    color:black;
}

.simplified1 {
    position: absolute;
    top: 365px;
    left: 436px;
    font-size: 100px;
    display: inline-block;
    font-weight: 600;
    color: #55c173;
    width: 568px;
    height: 120px;
    text-shadow: 0px 0px 20px rgba(85, 193, 115, 0.15);
}
.image-1-icon {
    position: absolute;
    top: 226px;
    left: 100px;
    border-radius: 50px;
    width: 653px;
    height: 551px;
    object-fit: cover;
    display: none;
}
.loginbutton-child {
    position: absolute;
    top: 0px;
    left: 100px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-color: #55c173;
    width: 119px;
    height: 45px;
}
.login {
    position: absolute;
    top: 7px;
    left: 25px;
    display: inline-block;
    width: 70px;
    height: 30px;
}
.loginbutton {
    position: absolute;
    top: 0px;
    left: 238px;
    width: 119px;
    height: 45px;
    color: #fff;
}
.about {
    position: absolute;
    top: 7px;
    left: 0px;
    display: inline-block;
    width: 79px;
    height: 30px;
    color: black;
}
.contact {
    position: absolute;
    top: 7px;
    left: 210px;
    display: inline-block;
    width: 99px;
    height: 34px;
    color: black;
}
.topmain {
    position: absolute;
    top: 60px;
    left: 950px;
    width: 700px;
    height: 45px;
}
.turn-hours-of {
    position: absolute;
    top: 585px;
    left: 482px;
    font-size: 30px;
}
.header {
    width: 100%;
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, rgba(229, 240, 212, 0.3), #e5f0d4);
    height: 1024px;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    color: #2d2d2d;
    font-family: Inter;
}

body{
    margin: 0px;
}

