@import "tailwindcss";

body {
     background: rgb(79, 79, 83);
     background: linear-gradient(90deg, rgba(79, 79, 83, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.goog {
     color: white;
     text-decoration: underline;
     text-align: justify;
     border: 3px solid aqua;
}
