/* styles.css */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #333;
  color: #fff;
  padding: 15px 20px;
  background: radial-gradient(68.13% 100% at 100% 0,#dd5ce5 0,rgba(221,92,229,0) 100%),linear-gradient(95.52deg,#2e95d3,rgba(46,149,211,0)),linear-gradient(0deg,#5436da,#5436da),#6e6e80;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

nav ul {
  list-style-type: none;
  display: flex;
  gap: 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

main {
  padding: 20px;
}

h1 {
  font-size: 28px;
  margin-top: 0;
  font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

h2 {
  color: #333;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

footer {
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  height: 30px;
  padding: 7px 15px 30px 15px;
}
p, ul, li {
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 0;
}
a.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px 0 26px;
    background: #00934b;
    border-radius: 24px;
    font-family: 'DM Sans', sans-serif;
    font-family: DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fcfcfd;
    transition: all .2s;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    color: #23262f;
    position: relative;
    top: 0px;
    border-radius: 24px;
    height: 48px;
    padding: 0 20px;
    color: #fff;
    opacity: 1;
    letter-spacing: normal;
    background: #24262fe0 0 0 / cover;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    width: 214px;
    height: 48px;
    padding-top: 16.5px;
    box-sizing: border-box;
    margin-right: 5px;
    margin-top: 15px;
}
a.button.color {
	background: radial-gradient(68.13% 100% at 100% 0,#dd5ce5 0,rgba(221,92,229,0) 100%),linear-gradient(95.52deg,#2e95d3,rgba(46,149,211,0)),linear-gradient(0deg,#5436da,#5436da),#6e6e80;
}
section {
	margin-bottom: 30px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	padding: 20px 25px 25px 25px;
	border-radius: 10px;
}
.cover_image {width: 40%;border-radius: 10px;}
.cover_image:first-child {width: 59%;border-radius: 0;margin-right: 15px;}
.double_cover {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
}