body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

#logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 200px;
    padding: 0px;
    background-color: #fff;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#description {
    position: absolute;
    top: 15px;
    left: 230px;
    width: 600px;
    padding: 2px 0px 2px 2px;
    text-align: justify;
    font: 12px verdana, arial, helvetica, sans-serif;
}

p {
    font: 14px/15px Trebuchet MS, verdana, arial, helvetica, sans-serif;
    text-align: justify;
    margin-bottom: 12px;
}

a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
    background: linear-gradient(90deg, #09c 0%, #667eea 50%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

a:hover {
    text-decoration: underline;
}