body{
    background: url("Images/Wallpaper.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container{
    width: 100%;
}

.subtitle{
    margin-top: 20%;
    font-size: 26px;
    line-height: 1.2em;
    text-shadow: rgba(0,0,0,0.4) 0px 4px 5px;
    font-family: Spinnaker,sans-serif;
    letter-spacing: 0.05em;
    color: #ffff;
}

.content{
    margin-top: 50px;
    line-height: 1px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-shadow: rgba(0,0,0,0.4) 0px 4px 5px;
    font-family: spinnaker, sans-serif;
    color: #ffff;
}

.linkedin{
    margin-top: 50px;
    background-image: url("Images/linkedin.png");
    background-size: 100%;
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 50%;
    
}

.pages{
    width: 26px;
    height: 26px;
}

h2{
    font-weight: bold;
}

a{
    color: inherit;
}

a:hover{
    color: black;
}