@import url('https://fonts.googleapis.com/css2?family=Forum&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
    font-family: "Trickster";
    src:
      local("Forum"),
      url("/fonts/Forum-Regular.ttf") format("opentype")
}

h1{
    font-family: 'Coolvetica';
    color: #F0C69A;
    font-size: 80px;
    font-weight: 300;
}

p{
    font-family: 'Coolvetica';
    font-size: 112px;
    font-weight: 400;
    color: #F0C69A;
    width: 796px;
    height: 202px;

    margin-top: auto;
}
body{
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
main{
    background-image: url('/images/background.png') ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color:#FAEEFB;
}
header{
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
a{
    color:#FAEEFB;
    text-decoration: none;
    margin-left: 60px;
    font-family: 'Arial';
}
h1{
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 64px !important;
    margin:0 !important;

}
.main__container{
    margin-left: 100px;
    margin-top: 200px;
}
nav a{
    font-size: 18px;
}

.nav__link{
    background-color: #FAEEFB;
    border-radius: 999px;
    padding-top: 20px;
    padding-right: 64px;
    padding-bottom: 24px;
    padding-left: 64px;
    color: #5F4E75;
}
.nav__link2{
    margin: 0;
    font-family: 'Coolvetica';
    color: rgba(240, 198, 154, 1);
    font-size: 50px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    border: 2px solid #FAEEFB;
    padding-top: 20px;
    padding-right: 64px;
    padding-bottom: 5px;
    padding-left: 64px;
    border-radius: 999px;
    width: 467px;
    height: 92px;
    background-image: url('images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 48px;
}


.main_png {
    background-image: url("images/backgrond.png");
}



