* {
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
p{

    font-size: 25px;
    margin-bottom: 5px;
  margin-top: 20px;
    text-align: center;
}

h2{
    font-weight: bolder;
   
    text-align: center;

    font-size: 3vw;
}
h1{
font-size: 4vw; text-shadow: 2px 2px 4px rgba(35, 34, 34, 0.461);
text-align: center;
font-weight: bold;
color: #2f4858;
margin-top: 7%;
}

.kilo{
    height: 13vh;
    width: 6vw;
    margin-top:20px;
}

.co{
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    box-shadow: 2px 2px 5px black;;
    border-radius: 20px;
    height: 45vh;
    color: black;
    width: 40vw;
    transition: background-color 0.5s;
    overflow: auto;
    
}

.co:hover{
color: white;
    background-color: rgba(0, 0, 0, 0.776);
}
body {
    background-color: #ffebf7;
    height: auto;
    overflow-x: hidden;
  }
.bg{
    background-color: rgba(0,0,0,0.861);
    width: 100vw;
    height: 13vh;
}
/* nav ul {
    position: absolute;
    list-style-type: none;
    margin: 40px;
    width: 30vw;
    left: calc(60%);
    
}

nav ul li {
    display: inline;

}

nav ul li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
    color: white;
    margin: 8px;
    transition: color 0.2s;
}

a:hover {
    color: #f65a5a;
} */

.flex-container {
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin-top:9%;
}

@media screen and (max-width:450px)
{
    .flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top:3%;
        margin-bottom: 3%;
    }
}