* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family: Alegreya;
}

html,body {
    width: 100%;
    height: 100%;
    background: #B8DFD8;
    background-image: url('bank.png');
    background-image: url('tree.png');
}
h1 {
    font-size: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 3cm;
    padding-bottom: 5px;
    color:#022e57;
    margin-left: 1.5cm;

}

p {
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    color:#B8DFD8;
    background-color: #022e57;
    padding-top: 5px;
    padding-bottom: 5px;
}
h2{
    font-size: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 14cm;
    margin-right: 14cm;
    color:#B8DFD8;
    background-color: #022e57;
    border-radius: 15px;
    text-decoration: none;
    margin-bottom: 7cm;
    margin-top: 20px;
}

h2:hover{
    background-color: #0d95be;
}