You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
513 B
CSS

body {
background-color: white;
color: black;
margin-left: 5%;
margin-right: 5%;
}
h1 {
color: black;
text-align: left;
}
h2 {
color: black;
text-align: left;
}
p {
font-family: monospace;
font-size: 16px;
color: black;
margin-left: 10%;
margin-right: 10%;
display: flex;
}
a {
--color1: #418;;
}
audio {
width: 300px;
height: 54px;
}
img {
position: relative;
padding-left: 5%;
width: 400px;
}