/*!
Theme Name: Abanob Adel
Theme URI: https://abanob.co
Author: Abanob Adel
Author URI: http://abanob.co/
Description: Theme Start For My Websites
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abanob
Tags: wordpress, theme-from-scratch, abanob-adel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

* {
  margin: 0;
}
html,
body {
  overflow-x: hidden !important;
}
.main_container {
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.container_onside {
  margin-left: calc((100% - 1240px) / 2) !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: auto !important;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-animation {
  animation: rotate360 30s linear infinite;
}
