@font-face {
    font-family: "ArtegraSans";
    src: url('../fonts/ArtegraSans-Medium.otf');
}
@font-face {
    font-family: "ITCHandelGothicArabic";
    src: url('../fonts/ITCHandelGothicArabic-Medium.otf');
}
body{
    margin: 0;
    padding: 0;
}
.main-wrap{
    width: 1000px;
    margin: 0 auto;
    line-height: 0;
}
.card-image{
    position: relative;
}
.name-fields{
    position: absolute;
    top: 500px;
    width: 35%;
    padding-left: 100px;
    display: block;
    line-height: 1.5;
}
input[type="text"]{
    padding: 15px 10px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    margin-bottom: 10px;
}
.generate-card input{
    padding: 15px 20px;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    background-color: #00bedc;
}
.english-name{
    font-family: "ArtegraSans";
    color: white;
    font-size: 30px;
}
.arabic-name{
    font-family: "ITCHandelGothicArabic";
    color: white;
    font-size: 34px;
}
.download-card{
    margin-top: 20%;
}
.download-card a{
    padding: 15px 20px;
    border-radius: 10px;
    border: 0;
    font-size: 18px;
    background-color: #00bedc;
    color: black;
    text-decoration: none;
    font-family: "ArtegraSans";
}