@import url('inline-font1_1'); body { font-family: "Poppins", sans-serif; margin: 0; padding: 0; background-image: linear-gradient(to top, rgba(0, 67, 85, 1) 0%, rgb(51 61 63 / 65%) 50%), url('inline-font1_2.jpg'); color: #333; background-color: #004355 !important; background-repeat: no-repeat; background-size: 1920px 1080px; } header { text-align: center; padding: 15px; } article { max-width: 1000px; margin: auto; padding: 0 15px 35px; color: #fff; } img { max-width: 100%; height: auto; } h1 { text-align: center; text-transform: uppercase; text-shadow: 1px 2px #000; } footer { background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(0, 0, 0, 0) 100%); border-top: solid 2px rgb(23, 89, 104); text-align: center; color: #fff; padding: 15px; font-size: small; } .buttons { margin: 10%; text-align: center; } .btn-hover { width: 330px; font-size: 16px; font-weight: 600; color: #fff; cursor: pointer; margin: 20px; height: auto; text-align: center; border: none; background-size: 300% 100%; border-radius: 50px; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; padding: 20px; } .btn-hover:hover { background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .btn-hover:focus { outline: none; } .btn-hover.color-9 { background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed); box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75); display: flex; align-items: center; justify-content: center; margin: 15px auto; } table { width: 100%; border-collapse: collapse; margin-top: 20px; background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white */ border-radius: 8px; overflow: hidden; } table, th, td { border: 1px solid #ddd; } th, td { padding: 12px; text-align: left; color: #333; } th { background-color: rgba(44, 62, 80, 0.9); color: #fff; font-weight: bold; } tr:nth-child(even) { background-color: rgba(236, 240, 241, 0.8); } tr:hover { background-color: rgba(52, 152, 219, 0.2); } blockquote { margin: 20px 0; padding: 15px 20px; background-color: rgba(255, 255, 255, 0.7); border-left: 5px solid rgba(44, 62, 80, 0.9); font-style: italic; color: #333; border-radius: 8px; } blockquote:hover { background-color: rgba(52, 152, 219, 0.2); } a { text-decoration: auto; color: #00ffef; }