*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width: 100%;
    background-color: #051d33;
}
@font-face {
    font-family: "font";
    src: url(/Montserrat/Montserrat-VariableFont_wght.ttf);
}
.contanier{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
}
.top-section{
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-section h1{
    width: 90% ;
    text-align: center;
    font-size: 3rem;
    font-family: "shoulder";
    padding-bottom: 2vh;
    color: #FDC700;
}
.img-section{
    height: 90%;
    width: 100%;
    column-width: 300px;
    padding: 0 1vw;
}
.imgs, .video-tag{
    width: 100%;
}
img, video{
    max-width: 400px;
    border-radius: 10px;
    margin-bottom: 10px;
}