@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
|
|
|
html,body{
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
*{
|
|
font-family:"Roboto", sans-serif;
|
|
|
|
}
|
|
|
|
header{
|
|
background: #EAD945;
|
|
padding: 24px 40px;
|
|
}
|
|
|
|
main{
|
|
margin: 24px 40px;
|
|
}
|
|
|
|
main table{
|
|
margin: auto;
|
|
width: 100%;
|
|
background: #edce73;
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
|
|
footer > p{
|
|
margin: auto;
|
|
width: 100%;
|
|
}
|