#eikenblad{
    max-width: 100%;
    height: auto;
}

  


b{
    font-size: 8vw;
}

#bodyIcon{
    font-size: 16vw;
    padding-top:96px;
}

#headerIcon{
    font-size: 3vw;
}


@media screen and (max-width:630px){
    b{
        font-size: 12vw;
    }
    #bodyIcon{
        font-size: 32vw;
    }
    #headerIcon{
        font-size: 8vw;
    }
}
/*
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style/stylesheet.css">
    <title>Document</title>
</head>
<body>
    <img src="https://www.bing.com/images/blob?bcid=qJbV0TcwYu0F7w" id="#eikenblad"></img>
</body>
</html>
*/