*{
    box-sizing: border-box;
    font-family: 'Play', sans-serif;
}
body{
    margin:0;
}
.container{
    width: 70vw;
    margin: 0 auto;
    min-height: 100px;
}
.header{
    border-radius: 1vw;
    border: 0.5vw solid rgba(48, 39, 39,0.1);
    font-size: 33px;
    margin-top: 3vw;
}
.header p:first-child{
    text-align: center;
}
.header p:nth-child(2){
    font-size: 20px;
    text-align: center;
}
.card{
    display: flex;
    justify-content: center;
    margin-top: 1vw;
}
.block{
width: 50%;
}
.block p{
    text-align: left;
    padding-left: 1vw;
}
.block img{
    display: block;
    margin: 1vw auto 0 auto;
    width: 90%;
    border-radius: 1vw;
}
.block > p > strong{
    font-size: 1.2em;
}
form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1vw auto 0 auto;
    background-color: gray;
    padding-bottom: 1em;
    width: 75%;
    border-radius: 1vw;
}
.item-first{
    font-size: 1.2em;
    display: block;
    width: 70%;
    margin:0 auto;
}
.item{
    font-size: 1.2em;
    display: block;
    width: 70%;
    margin:0.5vw auto 0 auto;
}
