@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: hsl(210, 46%, 95%);
    font-family: "Barlow Semi Condensed";
    font-size: 13px;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;

    margin: 0;
    padding: 0;
}

#quadro-de-perfil {
    padding: 0;
    margin: 0;
    display: flex;
}

main {
    width: 1110px;
    height: 532px;
}

.Daniel {
    background-color: hsl(263, 55%, 52%);
    background: "./assets/bg-pattern-quotation.svg";
    color: white;
    background-image: url(assets/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position: top right 100px;

    width: 500px;
    height: 213px;
}

.Jonathan {
    background-color: hsl(217, 19%, 35%);
    color: white;

    width: 200px;
    height: 213px;
}

.Jeanette {
    background-color: white;
    width: 200px;
    height: 199px;
}

.Patrick {
    background-color: hsl(219, 29%, 14%);
    color: white;
    width: 500px;
    height: 199px;
}

.Kira {
    background-color: white;
    width: 200px;
    height: 482px;
    margin-top: -283px;
    margin-inline: auto;
}

img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 17px;
}

footer {
    display: flex;
}

nav {
    display: flex;
}

div {
    border-radius: 7px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 25px;
}

p {
    color: hsl(0, 0%, 81%);
    font-weight: 500;
    margin: 0;
    opacity: 70%;
}

h2 {
    font-weight: 600;
}

.span-e-p {
    margin: 0;
    padding: 0;
}

span {
    font-weight: 500;
}

.beep {
    display: flex;
    margin: 0;
    padding: 0;
}

.quotation {
    width: 104px;
    height: 102px;
    border-radius: 0;
    margin-left: 220px;
    margin-top: 0;
}