<style> body {

background-color: black;

padding-left: 150px;
padding-right: 150px;

}

h1, h2, h3, h4, h5, h6 {

color: white;

}

::placeholder {

color: #6CD829;
opacity: 0.7;

}

svg {

color: #6CD829;
fill: currentColor;
width: 24px;
height: 24px;
padding: 10px;

}

input {

all: unset;
font: 16px system-ui;
color: #6CD829;
height: 50%;

}

button {

all: unset;
cursor: pointer;
width: 44px;
height: 44px;

}

svg {

color: #6CD829;
fill: currentColor;
width: 24px;
height: 24px;
padding: 10px;

}

div {

background-color: #303030;

text-align: center;

width: "75%";
border-radius: 5px;
display: flex;
flex-direction: row;
align-items: center;

} </style>