p { text-align: justify; } #view-full { text-align: center; margin-bottom: 35px; margin-top: 30px; } #view-full .button { background-color: #fcc509; color: #000; font-weight: 600; cursor: pointer; border-radius: 30px; transition: 0.3s; padding: 20px 45px; display: inline-block; font-size: 20px; } #view-full .button:hover { background-color: #e78827; transform: scale(1.1); box-shadow: 0 0 20px rgba(75, 62, 140, .4); color: #ffffff; } /*table home*/ table { width: 100%; border-collapse: collapse; margin-top: 20px; } th, td { border: 1px solid #ddd; padding: 10px; text-align: left; } th { background-color: #434343; font-weight: bold; } tr:nth-child(even) { background-color: #434343; } tr:hover { background-color: #e98c00; } @media (max-width: 480px) { table { font-size: 10px; } } /* end*/