body {background-color: #11061b;}

.content{
    max-width: 600px;
    padding:20px;
    margin:auto;
    justify-content: center;
    align-items: center;}
h2 {
    background-color: #273bf3;
    color:#ffffff;
    padding:10px;
    font-family: arial;
    text-align: center;
    border-radius:5px;
    box-shadow: 4px 4px #000000;
}

.btn{
    height:50px;
    width:150px;
    font-size: 18px;
    color:#ffffff;
    background-color: #273bf3;
    box-shadow: 4px 4px #000000;
    padding:5px;
    border-radius: 5px;}

.card{
    padding:15px 30px 15px 30px;
    max-width:500px;
    max-height:300px;
    text-align: center;
    background-color: #f2e6ff;
    border-radius: 5px;
    border-top: #ee9be4 5px;
    margin-top: 20px;
    } 
button:focus {outline: none;}

p{
  font-family:Segoe UI;
  font-size: 20px;}

img{height:25px;width:25px;}

.age{height:25px;width:25px;}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #273bf3;
    color: white;
    text-align: center;
    font-size: 20px;
}

a:link {
    color: rgb(255, 255, 255);
  }
  
  /* visited link */
  a:visited {
    color: rgb(255, 255, 255);
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(255, 255, 255);
  }
  
  /* selected link */
  a:active {
    color: rgb(255, 255, 255);
  }