
h2 {
    color: #DC1F1F;
    font-size: 200pt;
}

h4 {
    color: #DC1F1F;
    font-size: 43pt;
    margin-bottom: 20px;
}

h1 {
    margin-bottom: 30px;
}

img {
    width: 75px;
    margin-bottom: 10px;
}

.entry {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    color: #4E4E4E;
    font-size: 12pt;
    margin-bottom: 10px;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.secondary {
    margin-top: 10px; margin-bottom: 40px; font-weight: bold; color: #4E4E4E;
}

.left_content {
    text-align: right;
    width: 750px;
    margin-right: 64px;
}

.right_content{
    background-color: #F0EBE2;
    width: 500px;
    height: 700px;
    padding: 80px 128px;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    border-top-left-radius: 33px;
    margin-right: 50px;
}

.title {
    margin-bottom: 20px;
}

.left_text {
    margin-top: 40%;
    margin-left: 30px;
}

.button {
    width: 488px;
    height: 43px;
    background-color: #DC1F1F;
    border-radius: 29px;
    cursor: pointer;
    color: white;
    border-width: 0;
    border-color: white;
    transition: border-width 0.2s;
}

input {
    width: 475px;
    height: 38px;
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    padding-left: 10px;
}

.bottom_redirect {
    font-weight: bolder;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

#text{
    margin-top: 0px;
}

