@import url('https://fonts.googleapis.com/css2?family=Updock&display=swap');
body{
    background: url('/images/bg.jpg') center/cover no-repeat;
    min-height: 100vh;
}

.updock-regular {
    font-family: "Updock", cursive;
    font-weight: 100;
    font-style: normal;
}
h1{
    font-family: "Updock", cursive;
    color: #090909;
    text-align: center;
    text-shadow: 0 0 0 0 #050505;
    font-size: 5em;

}
main{
    height: 500px;
    width: 90%;
    border: 2px solid #e4650a;
    /*border 20px solid #0a0b0b;*/
    background: rgba(255, 255, 255, 0.64);
    margin: 0 auto;
    border-radius: 20px 20px 20px 20px;
    box-shadow: -1px -1px 20px 7px #364350;
    /*padding: 15px;*/
}



