.container a {
color:black;
text-decoration: underline;
}

.container {
background-color: white;
color:black;
text-align:center;
border-radius: 40px;
padding: 10px;
width: 93%;
margin:auto;
border:double #007ff2 10px;
}

.boxy {
background: linear-gradient(#007ff2 , #005caf);
border-radius: 40px;
  padding:10px;
  box-shadow: 0px 0px 10px black;
}

.card {
background: linear-gradient(#005caf , #007ff2);
padding: 25px;
width: 400px;
height:300px;
border-radius: 18px;
position: relative;
color: white;
margin:auto;
}

.header {
position: absolute;
top: -20px;
right: 20px;
background: linear-gradient(#007ff2 , #005caf);
padding: 5px 14px;
border-radius: 100px 20px 0px 0px;
font-size: 14px;
text-transform: lowercase;
color: white;
  
}

.content {
background: white;
color: black;
border-radius: 24px;
padding: 10px;
text-align:left;
height:250px;
width: 350px;
border: 4px solid black;
font-size: 16px;
margin-left: 10px;
overflow-y:auto;
  box-shadow: 0px 0px 10px black;
}

body {
  background-image: url('https://i.postimg.cc/nc9wG9FB/3-3840-2902723424.jpg');
  background-size: 104em
}

.text-container {
  width: 800px;
  background: transparent;
  position: relative;
 
}

.flex {
display:flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 150px;
}

table {
  text-align: center;
}