@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}
 a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bolt;
}
ul{
  margin:0 auto;
  list-style-type:none;
  width: 800px;
  padding: 20px ;
  text-align-last: center;
}
a:hover{
  border-bottom: .07em solid;
 }
body {
  width: 960px;
  margin: 0 auto;
  font-family:sans-serif;
}
header {
  text-align: center;
}
header h1 {
  font-weight: 600;
  font-size: 58px;
  margin-bottom: 10px;
  padding: 20px ;
}
header p {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 40px;
  text-decoration: none;
}
.content_card{
  display: flex;
  text-align: center;
}
img {
  padding: 20px ;
  width: 300px;
}
h2 {
  text-align: left;
  padding: 20px ;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}
.text_p{
  text-align: left; 
  font-weight: 300;
  font-size: 23px;
  line-height: 1.6;
}
footer {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}