

#tsparticles {
    position: fixed !important;
    opacity: 0.5;
    height: 100vh;
}

body {
    margin: 0;
    font-family: Vazir-Light, Yekan, Tahoma !important;
}

h3 {
    text-shadow: white 1px 0 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    opacity: 0.95;
    background-image: url("../images/underwater.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container a {
    text-decoration: none;
}

.wrapper {
    max-width: 390px;
    width: 100%;
    height: 390px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 8vh;
}

.container h1 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 800;
     font-family: Vazir-Light, Yekan, Tahoma !important;
    font-size: 8rem;
    text-align: center;
    text-shadow: 1px 1px 0px #eb452b, 3px 3px 0px #efa032, 4px 4px 0px #fff, white 1px 0 10px;
}

.container h3 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    max-width: 330px;
    margin: 0px auto 30px auto;
    font-weight: 400;
}

.container h3 span {
    position: relative;
    width: 65px;
    display: inline-block;
}

.container h3 span:after {
    content: "";
    border-bottom: 2px solid #efa032;
    position: absolute;
}

button {
     font-family: Vazir-Light, Yekan, Tahoma !important;
}

.link {
    background: none;
    padding: 12px 0px 10px 0px;
    border: 1px solid #fff;
    outline: 0.3px solid white;
    width: 150px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    margin-top: 25px;
    font-weight: 700;
	margin: auto;
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
}

.link:hover {
    color: #ffbb39;
    border-color: #ffbb39;
    cursor: pointer;
    opacity: 1;
}
