diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css
index de35eb7..2967896 100644
--- a/SRC/public/css/home.css
+++ b/SRC/public/css/home.css
@@ -9,4 +9,12 @@ body {
.form-group
{
margin-top : 0.5%;
+}
+
+.imgRef
+{
+ border: 7px solid white;
+ box-shadow: 0px 0px 3px black;
+ height : 250px;
+ width : 250px;
}
\ No newline at end of file
diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php
index eee9358..fec7fdb 100755
--- a/SRC/resources/views/home.blade.php
+++ b/SRC/resources/views/home.blade.php
@@ -3,6 +3,7 @@