@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Trade+Winds&display=swap');


body {
    background-color: rgba(8, 8, 8, 0.938);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    align-items: center;
    background-image: url(https://medipjt.fi/vjtt2408/amanda.koivistonalho/lagisivu/deadpool.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    min-height: 100vh; 
    font-family: "Roboto", sans-serif;

}

.container {
    display: flex;
    align-items: center;
}

img {
    width: 800px; 
    height: auto;
    
}

h1 {
    color: rgb(65, 0, 0);
    font-size: 200px;
    margin: 0;
    text-align: right;
    padding-bottom: 60px;
    padding-left: 200px;
    font-family: "Trade Winds", system-ui;
}

p {
    color: rgb(255, 255, 255);
    margin: 0px 0 0 0;
    text-align: right;
    font-size: 40px;
    padding-left: 200px;
    
}

a {
  color: rgb(155, 0, 0); 
}

a:hover {
  color: rgb(255, 0, 0); 
}

a:visited {
  color: rgb(255, 255, 255);
}

a:active {
  color: rgb(104, 0, 0); 
}

.linkki {
    display: block;
    text-align: right;
    padding-left: 160px;
    font-size: 40px;
    margin-top: 20px;
  
}

.aika {

color: aliceblue;
font-size: 20px;
}