55 lines
807 B
CSS
55 lines
807 B
CSS
body {
|
|
background-color: rgb(127, 79, 206);
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
color: antiquewhite;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.meret {
|
|
width: 400px;
|
|
height: auto;
|
|
padding: 30px;
|
|
}
|
|
|
|
.meret2 {
|
|
width: 100%;
|
|
max-height: 500px;
|
|
padding: 50px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 35px;
|
|
padding-left: 50px;
|
|
padding-bottom: 50px;
|
|
padding-right: 50px;
|
|
color: antiquewhite;
|
|
text-align: center;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 30px;
|
|
padding: 50px;
|
|
color: antiquewhite;
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
width: 70%;
|
|
color: antiquewhite;
|
|
padding-top: 50px;
|
|
font-size: large;
|
|
}
|
|
|
|
table {
|
|
width: 1000px;
|
|
text-align: justify;
|
|
background-color:rgb(196, 255, 228);
|
|
border-radius: 10px;
|
|
}
|