blob: 46b1ff2b4570a720d32350140243ecb1848b3938 [file] [log] [blame]
.container {
margin-left: 50px;
max-width: 70vw;
width: 100%;
font-family: 'Poppins', serif;
}
.yellowBox {
height: 10vh;
border-style: solid;
border-color: #ea8600;
border-radius: 8px;
background: #fef7e0;
}
.poppins {
font-family: 'Poppins', serif;
}