body{
    background-color: ivory;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1{
    text-align: center;
    color: darkgoldenrod;
}

h2{
    color: darkgoldenrod;
}

p{
    color: darkgoldenrod;
}

li{
    color: darkgoldenrod;
    list-style-type: none;
}

nav{
    text-align: center;
}

nav a{
    padding: 10px 20px;
    margin-left: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: large;
    background-color: darkgoldenrod;
    border-radius: 15px;
    border: 2px solid darkgoldenrod;
    color: ivory;
}

nav a:hover{
    color: darkgoldenrod;
    background: ivory;
}

.about-me{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  padding: 40px;
}

.section-me{
  width: 40%;
  text-align: left;
}

.section-cat{
    width: 40%;
    text-align: left;
}

img{
  width: 75%;
  display: block;
  margin-bottom: 15px;
}

.cs-title{
    width: 45%;
    display: flex;
    float: right;
    margin-top: 50px;
    margin-left: 20px;
}

.cs-skin{
    width: 45%;
    display: flex;
    float: left;
    margin-right: 20px;
}

.about-cs{
    overflow: auto;
    margin-bottom: 40px;
}

.section-cs{
    overflow: hidden;
}

.section-cs-skins{
    overflow: hidden;
}

.bl-title{
    display: block;
    margin: auto;
    margin-top: 50px;
    width: 25%;
}

.bl-mod{
    width: 25%;
    display: flex;
    float: left;
    margin-right: 20px;
}

.section-bl-mod{
    overflow: auto;
    margin-bottom: 40px;
}

.section-bl-mod h2, p{
    overflow: hidden;
}