* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 120vh;
    background-color: hsl(47, 88%, 63%);
    font-family: 'Figtree', sans-serif;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    border: 1px solid black;
    border-radius: 10px;
    background-color: hsl(0, 0%, 100%);
    width: 30%;
    height: 90%;
    box-shadow: 7px 7px 0px #000;
    margin-top: 110px;

}

img {
    border-radius: 10px;
    width: 90%;
    margin-left: 20px;
    margin-top: 15px;
}

.btn {
    background-color: hsl(47, 88%, 63%);
    color: black;
    padding: 7px;
    border: none;
    border-radius: 5px;
    margin: 20px;
    font-weight: 800;
    font-size: 11px;
}

.para1 {
    color: hsl(0, 0%, 7%);
    margin-left: 19px;
    font-weight: 500;
}

.text {
    font-weight: 500;
}

h1 {
    font-weight: 800;
    font-size: 26px;
    margin: 20px;
}

.para2 {
    color: hsl(0, 0%, 42%);
    font-size: 16px;
    padding: 0px 24px;
}

.avatar {
    display: flex;
}

.img2 {
    width: 10%;
    height: 10%;
    padding: 10px 0px;
}

h2 {
    margin-top: 30px;
    margin-left: 10px;

}