@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-image: url('tyopaikka-pohja4.png');
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    width: 100vw;
    font-family: 'Nunito', sans-serif;
    color: white;
}

.content {
    text-align: left;
    width: 65%; /* Further reduces the width to bring content closer to the left */
    max-width: 900px;
    padding: 50px 0 0 5px; /* Reduces left padding */
    margin-left: 5%; /* Moves content closer to the left edge */
}

h1 {
    font-size: 50px;
    color: white;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}

h2 {
    font-size: 36px;
    color: white;
    font-weight: bold;
    margin: 30px 0 5px 0;
    white-space: nowrap;
}

p.date {
    font-size: 20px;
    color: #08A8C6;
    margin-bottom: 40px;
}