.content {
    margin: 0 auto;
    top: 5%;
    left: 25%;
    padding: auto;
    /* background-color: #00000050; */
    width: 50%;
    height: 80%;
    position: relative;
}

.content1 {
    margin: 0 auto;
    top: -12%;
    right: 20%;
    padding: auto;
    /* background-color: #00000050; */
    width: 50%;
    height: 80%;
    position: relative;
}

.content2 {
    margin: 0 auto;
    padding: auto;
    /* background-color: #00000050; */
    width: 50%;
    height: 80%;
    right: 20%;
    position: relative;
}

.content3 {
    margin: 0 auto;
    padding: auto;
    /* background-color: #00000050; */
    width: 50%;
    height: 80%;
    right: 20%;
    position: relative;
}

.content p {
    text-align: left;
    text-indent: 2em;
    font-size: 25px;
    color: white;
    left: 25%;
    top: 40%;
    margin: 0 auto;
    padding: auto;
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    width: 70%;
    height: 35%;
    position: absolute;
}

.content1 p {
    text-align: left;
    text-indent: 2em;
    font-size: 25px;
    color: white;
    left: 10%;
    top: 38%;
    margin: 0 auto;
    padding: auto;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    width: 80%;
    height: 29%;
    position: absolute;
}

.content2 p {
    text-align: left;
    text-indent: 2em;
    font-size: 25px;
    color: white;
    left: 10%;
    top: 35%;
    margin: 0 auto;
    padding: auto;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    width: 80%;
    height: 46%;
    position: absolute;
}

.content3 p {
    text-align: left;
    text-indent: 2em;
    font-size: 25px;
    color: white;
    left: 10%;
    top: 31%;
    margin: 0 auto;
    padding: auto;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    width: 80%;
    height: 53%;
    position: absolute;
}

.content .title {
    height: 7%;
    width: 40%;
    margin: 22% 10% auto 50%;
    padding: auto;
    font-size: 200%;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    color: white;
    position: absolute;
}

.content1 .title {
    height: 7%;
    width: 40%;
    margin: 20% 50% auto 10%;
    padding: auto;
    font-size: 200%;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    color: white;
    position: absolute;
}

.content2 .title {
    height: 7%;
    width: 40%;
    margin: 15% 50% auto 10%;
    padding: auto;
    font-size: 200%;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    color: white;
    position: absolute;
}

.content3 .title {
    height: 7%;
    width: 40%;
    margin: 13% 50% auto 10%;
    padding: auto;
    font-size: 200%;
    /* background-color: #00000050; */
    /* background-color: rgba(29, 13, 13, 0.615); */
    border-radius: 20px;
    color: white;
    position: absolute;
}

.content a {
    left: 60%;
    top: 81%;
    width: 25%;
    padding: 0.5%;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 160%;
    color: white;
    position: absolute;
    /* background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%); */
}

.content1 a {
    left: 60%;
    top: 70%;
    width: 25%;
    padding: 0.5%;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 160%;
    color: white;
    position: absolute;
    /* background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%); */
}

.content2 a {
    left: 60%;
    top: 84%;
    width: 25%;
    padding: 0.5%;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 160%;
    color: white;
    position: absolute;
    /* background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%); */
}

.content3 a {
    left: 60%;
    top: 87%;
    width: 25%;
    padding: 0.5%;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 160%;
    color: white;
    position: absolute;
    /* background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%); */
}

.content a span {
    font-size: 120%;
}

.content1 a span {
    font-size: 30px;
}

.content2 a span {
    font-size: 30px;
}

.content3 a span {
    font-size: 30px;
}