.container {

    width: 200px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-left: 45%;
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    box-shadow: inset;

}
.image{
    background-color: white;
    width: 180px;
    height: 80%;
    margin-left: 5%;
    margin-top: 5%;
    background-color: #2B7DFA;
    border-radius: 4px;
}

img{
    width: 118px;
    margin-top: 10%;
    margin-left: 18%;

    
}
body{
    background-color: rgb(164, 186, 212);
}
.gras{
    text-align: center;
    justify-content: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.normal{
    text-align: center;
    justify-content: center;
    font-size: small;
    color: rgb(168, 179, 189);

}