.addition {
    height: auto;
    margin-top: 5vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10vh;
}
.hdd{
    width: 20vh;
    border-radius: 20px;
    height: 5vh;
    background-color: orange;
     cursor: pointer;
    color: rgb(0, 0, 0);
}
.hdd:hover{
    color: #fff;
    background-color: black;
    cursor: pointer;
}
.add {
    width: 90%;
    color: #000000;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 20px;
    display: flex;
   background: linear-gradient(220.55deg, #FFE70B 0%, #27B643 100%);
    flex-wrap: wrap;
    justify-content: space-around;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 30px;
}
.line{
    height: auto;

    background-color: #fff;
    width: 3px;
}
.profile-img {
  width: 300px;
  height: 280px;
}

.img-upload-btn {
  border: 1px solid black;
  padding: 10px 20px;
}

.img-wrapper {
  padding: 20px;
}
.fl{
    font-size: 30px;
    padding-top: 8vh;
}
.txt {
    font-size: 30px;
    padding-top: 8vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}
.tens{
    margin-bottom: 20px;
}
textarea{
    padding: 20px;
}
img#img {
    height: 100px;
    width: 100px;
}
h1.text-info {
    color: black;
    font-size: 36px;
}
img{
    height: 100px;
    width: 100px;
}
p {
    color: white;
    font-size: 24px;
    font-weight: 800;
}

label {
    font-size: 39px;
    margin-right: 20px;
    color: red;
}
input#file {
    font-size: 39px;
    margin-right: -113px;
    cursor: pointer;
}
textarea#text {
    font-size: 25px;
}
.inputc {
    background-color: wheat;
    border-radius: 17px;
    padding-bottom: 42px;
    padding-top: 42px;
    align-items: start;
    display: flex;
    padding-left: 31px;
}
button {
    padding: 14px;
    border-radius: 13px;
    padding-right: 34px;
    padding-left: 34px;
    color: white;
    background-color: black;
    cursor: pointer;
}
a#download {
    padding: 23px;
    background-color: black;
    color: white;
    border-radius: 14px;
}