*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f3d0d7;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.wrapper img{
    border-radius:15px;
    border: #67a3d9 3px solid;
    height: 80%;
    width: 80%;
    display: block;
    margin: 0 auto;
}

h2{
    text-align: center;
    font-size:1.5em;
    color: #67a3d9;
    background-color: #f8b7cd;
    padding:6px;
    margin-left:100px;
    margin-right:100px;
    margin-bottom: 4px;
    border-radius: 12px;
    border:2px solid #ffff;

}

.button{
    width:100%;
    height: 50px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.button a{
    text-decoration: none;
    color:#67a3d9;
}

button {
    position:absolute;
    height:inherit;
    width: 150px;
    font-size: 1.2em;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 2px 4px gray;
    border: 2px solid white;
    background: #f8b7cd;
    font-size: 1.2em;
}

.outer{
    background: white;
    padding-left: 30px;
    padding-right:30px;
    padding-top: 20px;
    padding-bottom:40px;
    margin-top: 50px;
}

