body{
   background-color: #0d2486;
}

main{
    background-color: #0d2486;
    height:100%;
}


img{
    display: flex;
    margin:0 auto;
    max-width: 35%;
    border-radius: 20px;
  border: groove white 10px;
    box-shadow: rgba(255, 255, 255, 0.167) 10px 10px 20px;
}

p,a{
    color:white;
    text-align: center;
}

h1{
    text-align: center;
}
