body{
    text-align:center;
      background:url(/images/2250cb555gd046f4da1ca6d4672322e8.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; 
     font-family: 'Cinzel', serif;
     
}

.Title{
    margin-top: 450px;
    text-align: center;
    font-size: 85px;
    color: whitesmoke;
    font-family: 'Cinzel', serif;
}

.button{
    border-style: solid;
    border-radius: 15px;
    height: 2vh;
    width: 5vw;
    text-align: center;
    align-items: center;
    color: whitesmoke;
    position: relative;
    padding: auto;
    margin: auto;
    bottom: 30px;
}









@media screen and (min-width: 300px)  {
    body{
        text-align:center;
        background:url(/images/2250cb555gd046f4da1ca6d4672322e8.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
       font-family: 'Cinzel', serif;
    }

    .Title{
        margin-top: 350px;
        text-align: center;
        font-size: 45px;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }

    .button{
        border-style: solid;
        border-radius: 15px;
        height: 3vh;
        width: 35vw;
        text-align: center;
        align-items: center;
        color: whitesmoke;
        position: relative;
        padding: auto;
        margin: auto;
        bottom: 30px;
        margin-top: 50px;
    }


    .buttontext{
        text-align: center;
        text-decoration: none;
        margin-top: 50px;
        padding: auto;
        font-size: 15px;
        align-items: center;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }
}

@media screen and (min-width: 400px)  {
    body{
        text-align:center;
        background:url(/images/2250cb555gd046f4da1ca6d4672322e8.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
       font-family: 'Cinzel', serif;
    }

    .Title{
        margin-top: 350px;
        text-align: center;
        font-size: 45px;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }

    .button{
        border-style: solid;
        border-radius: 15px;
        height: 3vh;
        width: 35vw;
        text-align: center;
        align-items: center;
        color: whitesmoke;
        position: relative;
        padding: auto;
        margin: auto;
        bottom: 30px;
        margin-top: 50px;
    }


    .buttontext{
        text-align: center;
        text-decoration: none;
        margin-top: 50px;
        padding: auto;
        font-size: 15px;
        align-items: center;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }
}
@media screen and (min-width: 600px)  {
    .Title{
        margin-top: 350px;
        text-align: center;
        font-size: 55px;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }

    .button{
        border-style: solid;
        border-radius: 15px;
        height: 3vh;
        width: 19vw;
        text-align: center;
        align-items: center;
        color: whitesmoke;
        position: relative;
        padding: auto;
        margin: auto;
        bottom: 30px;
        margin-top: 50px;
    }


    .buttontext{
        text-align: center;
        text-decoration: none;
        margin-top: 50px;
        padding: auto;
        font-size: 15px;
        align-items: center;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }
}
@media screen and (min-width: 1000px) {
    .Title{
        margin-top: 350px;
        text-align: center;
        font-size: 85px;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }

    .button{
        border-style: solid;
        border-radius: 15px;
        height: 3vh;
        width: 19vw;
        text-align: center;
        align-items: center;
        color: whitesmoke;
        position: relative;
        padding: auto;
        margin: auto;
        bottom: 30px;
        margin-top: 50px;
    }


    .buttontext{
        text-align: center;
        text-decoration: none;
        margin-top: 50px;
        padding: auto;
        font-size: 25px;
        align-items: center;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }
}
@media screen and (min-width: 1400px) {
    .Title{
        margin-top: 470px;
        text-align: center;
        font-size: 95px;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }

    .button{
        border-style: solid;
        border-radius: 15px;
        height: 3vh;
        width: 9vw;
        text-align: center;
        align-items: center;
        color: whitesmoke;
        position: relative;
        padding: auto;
        margin: auto;
        bottom: 30px;
        margin-top: 50px;
    }


    .buttontext{
        text-align: center;
        text-decoration: none;
        margin-top: 50px;
        padding: auto;
        font-size: 25px;
        align-items: center;
        color: whitesmoke;
        font-family: 'Cinzel', serif;
    }
}

