h1 {
    font-size: 65px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 50px;
}
h2 {
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 200px;
}
p.passion {
       font-size: 35px;
       padding-right: 25px;
       font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.lists {
    /*
    position: absolute;
    top: 500px;
    */
    font-size: 50px;
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
}

.lists li a {
    background-color: blue;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 175px;
    margin-bottom: 10px;
}

.lists li a:hover {
    background-color: blueviolet;
}


nav {
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.me1 {
    display: block;
    position: sticky;
    bottom: 0px;
    left: 1000px;
}

body {
    background-image: url(../images/backgroundp2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.content {
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
    padding-top: 50px;
    padding-left: 50px;
}

.collage {
    width: 100%;
    height: auto;
}

.ctback {
    background-image: url(../images/backgroundp2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contacts {
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 50px;
    margin-top: 250px;
}


a:link{
    color:rgb(85, 28, 80);
}
a:visited{
    color:rgb(40, 56, 73);
}
a:hover {
    color:blue;
}
