
main{
    margin-top: 80px;

    width: 100%;
    height: 100%;
    position:fixed;
}
main img{
    height: 100%;
}
main .continer{
    position:fixed;
    width: 100%;
    height: 100%;
    bottom: 0%;
    display: flex;
    flex-flow: column;
    justify-content: center;

    text-align: center;
    top:80px;
}
main .continer h3{
    color: #fff;
    font-size: 48px;
    letter-spacing: 4px;
    text-shadow: #950016 3px 4px 5px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
main .continer p{
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 120px;
}

main .continer .img {

    display: flex;

    justify-content: center;
}
main .continer .img img {

    width: 60%;
}
main .continer .link{
    margin:90px auto;
    background-color: #fff;
    border-radius: 40px;
    padding: 20px ;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}
main .continer .link a {
    font-size: 35px;
    color: #d12642;
    letter-spacing: 2px;
    text-decoration: none;
    width: 40%;
    font-weight: bold;
}
footer{
    display: none;
}
