diff --git a/css/index.css b/css/index.css index e5ed530..83f0833 100644 --- a/css/index.css +++ b/css/index.css @@ -12,9 +12,13 @@ body { width:100% } .card{ + text-align: center; background-color: #d9d9d9; - box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 30px; + display: flex; + flex-wrap:wrap; + justify-content: center; + width: 60vw; } #mobileContainer18 { display: flex;