h1 {
    font-family: avenir-next-world, sans-serif;
    color: white;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    font-size: 100px;
    background-color: blue;
    margin-top: 150px;
    mix-blend-mode: multiply;
}
section {
    font-family: avenir-next-world, sans-serif;
    text-align: right;
    margin-left: 35px;
    line-height: 1.6;
    word-spacing: 30px;
    margin-right: 35px;
    margin-top: 35px;  
    border-radius: 
}

h2 {
    font-family: avenir-next-world, sans-serif;
    font-weight: 1000;
    font-style: italic;
    margin-left: 210px;
}
p    {
    font-family: avenir-next-world, sans-serif;
    color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    border-radius: 20px;
    background-color: blue;
    padding: 15px;
    
}
body    {
    background-image: url(Backround.png);
}
a   {
    border-radius: 15px;
    background-color: blue;
    padding: 10px;
    color: white;
}


a:hover {background-color: #022e92}