*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,html{
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
@font-face {
    font-family: LaguSansRegular;
    src: url(/worlds/iristaiga/fonts/fonnts.com-Lagu-Sans-Regular.otf);
}
@font-face {
    font-family: LaguSansSemiBold;
    src: url(/worlds/iristaiga/fonts/fonnts.com-Lagu-Sans-SemiBold.otf);
}
@font-face {
    font-family: LaguSansBold;
    src: url(/worlds/iristaiga/fonts/fonnts.com-Lagu-Sans-Bold.otf);
}
#bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
    position: fixed;
}
.left-container{
    font-family: LaguSansRegular;
    color: white;
    width: 100%;
    height: 100%;
    position: fixed;
}
.title{
    display: inline-block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7em;
    padding: 40px 80px;
    transform: scale(0.5,1);
    transform-origin: 0 0;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
    filter: blur(1px);
    text-decoration: underline;
}
.buttons ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.buttons li{
    width: 33%;
    margin-left: 40px;
    margin-bottom: 20px;
}
.buttons a{
    font-family: LaguSansRegular;
    display: block;
    padding: 10px 20px;
    border: 2px solid white;
    border-radius: 15px 0 15px 0;
    width: 100%;
    font-size: 2em;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.buttons a:hover{
    padding: 20px 20px;
    color: black;
    background: white;
}