*{
    margin: 0;
    padding: 0%;
    /* box-sizing: border-box; */
}
body{
    overflow-x: hidden ;
}
section{
    width: 100%;
    border: 1px solid purple;
    display: flex;
    align-items: center;
    justify-items: center;
    
}
figure{
    width: 60%;
    border: 1px solid blue;

}
figure img{
    width: 100%;
}

a{
    display: block;
    width: 100%;
    border: 1px solid red;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    padding: 40px;
}
a figure{
    width: 100%;
}
a{
    text-decoration: none;
    color: black;
    text-align: center;
}
iframe{
    width: 100%;
    height: 100%;
    border: 1px solid gree;
}

h2{
    font-family:'Times New Roman', Times, serif;
    font-size: 0.8vw;
    font-weight: 100;
}

video{
    margin: auto;
}