/* IMPORT FONT FROM GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

.flex-all-center{
    display:flex;
    justify-content: center;
    align-items: center;
}

.btn{
    font-family: 'Ubuntu', sans-serif;
    background: #2874f0;
    color:white;
    border: white;
    border-radius: 15px;
    height:24px; 
    width:40px;
}

button:hover{
    font-weight: bolder;
}

figcaption{
    text-align: center;

}
figcaption a{
    text-decoration: none;
    color: black;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 2vh;
}
