body{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT3krIG-0uhDU5iqbv2Xslwf-ZxQ4BYyy-_Yg&s);
    background-size: 100% 100%;
    height: 100vh;
}
@font-face {
    font-family: wer;
    src: url(./fonts/pakenham-free.rg-regular.otf);
}
header{
    color:#58B1AE;
    font-size: 35px;
    padding-top: 20px;
    text-align: center;
    font-family: wer;
    text-shadow: 0px 1px 2px green;
}
header:hover{
    color: aqua;
        text-shadow: 0px 1px 2px red;
}

.wid1{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
}
.wid2{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
}


a{
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: darkslategray;
    margin-bottom: 40px;
}