<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: black;
    background-image: url(bg.jpg);
    background-size: cover;
    background-color: #000;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
p{
    margin-block-start: 0px;
    margin-block-end: 4px;
}
.title {
    color: white;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.content{
    width: 100%;
    margin-top: 20px;
}
.contact{
    padding: 30px;
    width: 450px;
    height: 180px;
    margin: auto;
    background-color: #5b0101d6;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}</pre></body></html>