@font-face {
    font-family: 'Vipnagorgialla';
    src: url('./vipnagorgialla.otf') format('opentype'),
             url('./fonts/vipnagorgialla.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vipnagorgialla reg';
    src: url('./vipnagorgialla rg.otf') format('opentype'),
             url('./fonts/vipnagorgialla rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'chivo';
    src: url('./chivo.ttf') format('truetype'),
             url('./fonts/chivo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.homewrapper {
    max-width: 800px;
    width: 100%;
display: block;
margin: auto;
margin-top: 20px;
}


h1 {
    font-family: 'Vipnagorgialla', sans-serif;
    color: #FFFFFF;
    font-size: 48px;
}
h2, h4, h5, h6 {
    font-family: 'Vipnagorgialla', sans-serif;
    color: #FFFFFF;
}
h3 {
    font-family: 'Vipnagorgialla reg', sans-serif;
    color: #FFFFFF;
}
p {
    font-family: 'chivo', sans-serif;
    color: #FFFFFF;
}
body { 

    justify-content: center;
    background: url("./image assets/STARDUST.png");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-y;
}

.page {
    display: flex;
    background-color: rgba(1, 1, 135, 0.252);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: 10px;
}

.page p{
    margin-bottom: 10px;
}

.page a {
    color: #FFFFFF;
}

.div {
    flex-direction: row;
    align-items: center;
    margin: 15px;
}
.div img{
    height: 40px;
}

.div2 {
    flex-direction: row;
    align-items: center;
    margin: 15px;
}
.div2 img{
    height: 50px;
}

.div3 {
    flex-direction: row;
    align-items: center;
    margin: 15px;
}
.div3 img{
    height: 56px;
}
 
.intro {
    display: flex;
    flex-direction: row;
}

.intro p{
    max-width: 50%;
    text-align: start;
    font-size: 14px;
}

.intro img{
    margin-left: 30px;
  object-fit: contain;
}

.intro iframe{
    margin-right: 30px;
}

