.logo {
    width: 400px;
    height: auto;
    object-position: left;
}

body {
    font-family: "Nunito Sans", sans-serif;
    height: 100%;
    background: #C8E3FF;
    align-content: center;
}

.container {
    background: rgb(255, 255, 255);
    width: 850px;
    height: 640px;
    padding: 35px;
    padding-left: 70px;
    padding-right: 70px;
    margin: 50px auto;
    margin-top: 80px;
    border-radius: 10px;
}

.p {
    text-align: left;
    font-size: 18px;
}

#btn {
    background-color: #233F92;
    color: #FFFFFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    padding: 12px;
    width: 210px;
    margin-top: 12px;
    border-radius: 7px;
    cursor: pointer;
}

#btn:hover {
    background-color: #2E2E3A;
}

.holder {
    display: flex;
}

.box1 {
    width: 1000px;
    height: 300px;
    margin-right: 60px;
}

.box2 {
    width: 700px;
    height: 300px;
}

p {
    margin-top: 25px;
}

#name {
    background-color: #FFF5CF;
    width: 370px;
    height: 33px;
    align-content: center;
    padding: 12px;
    border-radius: 7px;
}

#age {
    background-color: #FFF5CF;
    width: 370px;
    height: 33px;
    align-content: center;
    padding: 12px;
    border-radius: 7px;
}

#gender {
    background-color: #FFF5CF;
    width: 370px;
    height: 33px;
    align-content: center;
    padding: 12px;
    border-radius: 7px;
}

#goal {
    background-color: #FFF5CF;
    width: 370px;
    height: 33px;
    align-content: center;
    padding: 12px;
    border-radius: 7px;
}

#motivation {
    background-color: #FFF5CF;
    width: 370px;
    height: 33px;
    align-content: center;
    padding: 12px;
    border-radius: 7px;
}

#struggle {
    background-color: #FFF5CF;
    width: 370px;
    height: 33px;
    align-content: center;
    padding: 12px;
    border-radius: 7px;
}
