@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300&family=Twinkle+Star&display=swap');
.alignimagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.aligntextcentre {
    text-align: center;
}
.landingbg{
    background-color: #0d0017;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gaegu-regular {
    font-family: "Gaegu", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.twinkle-star-regular {
  font-family: "Twinkle Star", cursive;
  font-weight: 400;
  font-style: normal;
}
.landingHeader {
    font-family: "Twinkle star", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 6vh;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}
.landingMain {
    display: flex;
    align-items: flex-start stretch; 
    color: white;
    text-align: center;
    flex-direction: row;
    margin: 0 auto;
    width: 100vh;
    border: dotted;
}
.landingButtonsDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vh;
    margin: auto;
}
.landingButton {
    margin: 1vh 0.5vh 1vh 0.5vh;
    font-family: "Gaegu", sans-serif;
    color: white;
    padding: 0.5vh 2.7vh 0.5vh 2.7vh;
    background-color: transparent;
    border-style: dotted;
    font-size:3vh;
    text-decoration: none;
}
.landingButton:hover {
    border-color: black;
    background-color: white;
    color: black;
}
.landingButton:active {
    background-color: #bab3e5;
}
.landingSubHeading {
    font-family: "Twinkle star", cursive;
    font-style: normal;
    margin: auto;
    text-align: center;
    font-size: 4vh;
    margin-top: 1vh;
}
.container {
    display: flex;
    justify-content: flex-start;
}
hr.dotted {
    border-top: 3px dotted #FFF;
    border-bottom: 0;
}
.landingText {
    align-self: flex-end;
    flex-grow: 2;
    border-top: 0;
    width: 30vh;
}
.landingSideBar {
    flex-grow: 1;
    border-right-style: dotted;
    width: 7.2vh;
}
.sideBarHeading{
    font-family: "Twinkle Star", cursive;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}
.paragraph {
    font-family: "Gaegu", sans-serif;
    font-weight: 300;
    font-style: medium;
    margin: 10px;
    font-size: 2vh;
    line-height: 80%
}