/* Reset default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Make the page fill the entire viewport */
html, body {
    height: 100%;
    overflow: hidden; /* Prevent scrolling */
    background-color: #45a5ff;
}

/* Container for the content */
.container {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('valokuvauskoulutus.jpg');
    background-size: cover;
    background-position: bottom;
}

/* Style for the links */
.linktop {
    position: fixed;
    top: 40px; /* Adjust spacing from the top */
    color: white;
    text-decoration: none;
    font-size: 30px; /* Adjust size as needed */
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.linkbottom {
	position: fixed;
    bottom: 40px; /* Adjust spacing from the top */
    color: #ffff8a;
    text-decoration: none;
    font-size: 30px; /* Adjust size as needed */
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

/* Position the left link */
.left-link {
    left: 40px; /* Adjust spacing from the left */
}

/* Position the right link */
.right-link {
    right: 40px; /* Adjust spacing from the right */
}

/* Position the left link */
.left-link-top {
    left: 40px; /* Adjust spacing from the left */
}

/* Position the right link */
.right-link-top {
    right: 40px; /* Adjust spacing from the right */
}

/* Style for the title */
.title {
    position: absolute;
    top: 25vh;
    width: 100%;
    text-align: center;
    color: #ffff8a ;
    font-size: 8vw; /* Adjust size as needed */
    font-family: "Shrikhand", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 100%;
}
